|
MqlBookInfo
It provides information about the market depth data.
struct MqlBookInfo
|
Note
The MqlBookInfo structure is predefined, thus it doesn't require any declaration and description. To use the structure, just declare a variable of this type.
The DOM is available only for some symbols.
Example:
MqlBookInfo priceArray[];
|
See also
MarketBookAdd, MarketBookRelease, MarketBookGet, Trade Orders in DOM, Data Types