DataManager.GetAggregatedQuote (Int32, Int32, Byte()) Method
public Quote GetAggregatedQuote(
int instrumentId,
int level,
byte[] providerIds = null
)
This language is not supported or no code example is available.
public:
Quote^ GetAggregatedQuote(
int instrumentId,
int level,
array< Byte >^ providerIds
)
This language is not supported or no code example is available.
public function GetAggregatedQuote(
instrumentId : int,
level : int,
providerIds : byte[]
) : Quote;
This language is not supported or no code example is available.
Parameters
-
instrumentId
-
int
-
level
-
int
-
providerIds
-
byte[]
Return Value
Quote
In this article
Definition