Go to the source code of this file.
Typedefs | |
typedef enum mamaMdDataType | mamaDataType |
typedef enum mamaMdMsgType | mamaMdMsgType |
Enumerations | |
enum | mamaMdDataType { MAMA_MD_DATA_TYPE_STANDARD = 0, MAMA_MD_DATA_TYPE_ORDER_BOOK = 1, MAMA_MD_DATA_TYPE_NEWS_STORY = 2, MAMA_MD_DATA_TYPE_WORLDVIEW = 3, MAMA_MD_DATA_TYPE_PROPERTY = 4, MAMA_MD_DATA_TYPE_USAGE_LOG = 5, MAMA_MD_DATA_TYPE_NEWS_QUERY = 6, MAMA_MD_DATA_TYPE_TEMPLATE = 7 } |
enum | mamaMdMsgType { MAMA_MD_MSG_TYPE_GENERAL = 0, MAMA_MD_MSG_TYPE_CANCEL = 2, MAMA_MD_MSG_TYPE_ERROR = 3, MAMA_MD_MSG_TYPE_CORRECTION = 4, MAMA_MD_MSG_TYPE_CLOSING = 5, MAMA_MD_MSG_TYPE_SYMBOL_DELETE = 7, MAMA_MD_MSG_TYPE_SYMBOL_ACTION = 8, MAMA_MD_MSG_TYPE_PREOPENING = 12, MAMA_MD_MSG_TYPE_QUOTE = 13, MAMA_MD_MSG_TYPE_TRADE = 14, MAMA_MD_MSG_TYPE_BOOK_UPDATE = 15, MAMA_MD_MSG_TYPE_BOOK_INITIAL = 16, MAMA_MD_MSG_TYPE_BOOK_CLEAR = 18, MAMA_MD_MSG_TYPE_IMBALANCE = 22, MAMA_MD_MSG_TYPE_SECURITY_STATUS = 23, MAMA_MD_MSG_TYPE_NEWS_HEADLINE = 24, MAMA_MD_MSG_TYPE_NEWS_STORY = 25, MAMA_MD_MSG_TYPE_NEWS_QUERY = 26, MAMA_MD_MSG_TYPE_MISC = 100 } |
Functions | |
MAMAExpDLL mamaMdMsgType | mamaMdMsgType_typeForMsg (const mamaMsg msg) |
Extract the market data message type from the message. More... | |
MAMAExpDLL const char * | mamaMdMsgType_stringForMsg (const mamaMsg msg) |
Extract the market data message type as a string from a message. More... | |
MAMAExpDLL const char * | mamaMdMsgType_stringForType (mamaMdMsgType type) |
Convert a mamaMdMsgType to a string. More... | |
MAMAExpDLL mamaMsgType | mamaMdMsgType_compatMsgType (mamaMdMsgType type) |
Convert a mamaMdMsgType to a reasonable backward-compatible mamaMsgType. More... | |
typedef enum mamaMdDataType mamaDataType |
typedef enum mamaMdMsgType mamaMdMsgType |
enum mamaMdDataType |
enum mamaMdMsgType |
MAMAExpDLL mamaMdMsgType mamaMdMsgType_typeForMsg | ( | const mamaMsg | msg) |
Extract the market data message type from the message.
msg | The message. |
MAMAExpDLL const char* mamaMdMsgType_stringForMsg | ( | const mamaMsg | msg) |
Extract the market data message type as a string from a message.
msg | The message. |
MAMAExpDLL const char* mamaMdMsgType_stringForType | ( | mamaMdMsgType | type) |
Convert a mamaMdMsgType to a string.
type | The mamaMdMsgType. |
MAMAExpDLL mamaMsgType mamaMdMsgType_compatMsgType | ( | mamaMdMsgType | type) |
Convert a mamaMdMsgType to a reasonable backward-compatible mamaMsgType.
type | The mamaMdMsgType. |