NxCoreStateExgQuotes
The structure NxCoreStateExgQuotes is defined in NxCoreAPI.h as:
struct NxCoreStateExgQuotes { unsigned short StateQuoteCount; unsigned char PriceType; unsigned char NasdaqBidTick; unsigned short BestAskExg; unsigned short BestBidExg; NxCoreStateExgQuote StateExgQuotes[24]; };
Number of items in StateExgQuotes
The price type to use for all prices in StateExgQuotes
Described here
The ReportingExg in one of the items in StateExgQuotes that has the best ask
The ReportingExg in one of the items in StateExgQuotes that has the best bid
Array of individual StateExgQuotes
Example
For example see here