#include <OpenPrice.h>
Public Types | |
enum | { messageType = 'N' } |
Public Member Functions | |
OpenPrice () | |
OpenPrice (const char *data, size_t dataSize) | |
void | deserialize (const char *data, size_t dataSize) |
void | reset () |
std::string | toString () const |
Public Attributes | |
MarketId | marketId |
Price | openPrice |
DateTime | dateTime |
Definition at line 35 of file OpenPrice.h.
anonymous enum |
OpenPrice | ( | ) |
Default constructor.
OpenPrice | ( | const char * | data, |
size_t | dataSize | ||
) |
Initialize from raw message data.
void deserialize | ( | const char * | data, |
size_t | dataSize | ||
) |
Deserialize from raw data.
void reset | ( | ) |
Reset all fields to default values.
std::string toString | ( | ) | const |
Returns string representation.
DateTime dateTime |
Date time the message was sent. Milliseconds since Jan 1st, 1970, 00:00:00 GMT.
Definition at line 49 of file OpenPrice.h.
MarketId marketId |
Unique identifier of the market.
Definition at line 41 of file OpenPrice.h.
Price openPrice |
Open price. DealPriceDenominator
for the market should be applied to get the real price.
Definition at line 45 of file OpenPrice.h.