API Documentation

NxCoreStateMMQuotes

The struct NxCoreStateMMQuotes is defined in NxCoreAPI.h as:


struct NxCoreStateMMQuotes {
    unsigned short      StateQuoteCount;
    unsigned char       PriceType;
    unsigned char       NasdaqBidTick;
    NxCoreStateMMQuote  StateMMQuotes[512];
};

StateQuoteCount

Number of items in StateMMQuotes

PriceType

The price type to use for all prices in StateMMQuotes

NasdaqBidTick

Described here

StateMMQuotes

Array of individual StateMMQuotes

Example

For example see here