API Documentation

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];
};

StateQuoteCount

Number of items in StateExgQuotes

PriceType

The price type to use for all prices in StateExgQuotes

NasdaqBidTick

Described here

BestAskExg

The ReportingExg in one of the items in StateExgQuotes that has the best ask

BestBidExg

The ReportingExg in one of the items in StateExgQuotes that has the best bid

StateExgQuotes

Array of individual StateExgQuotes

Example

For example see here