26 #include "../Export.h" 28 #include "../Enumerations.h" 33 namespace OnixS {
namespace ICE {
namespace iMpact {
namespace MarketData {
39 enum { messageType =
'D' };
83 void deserialize(
const char* data,
size_t dataSize);
89 std::string toString()
const;
long long Price
Alias for order identifiers type.
MarketId marketId
Unique identifier of the market.
This class represents the Market Snapshot Order Message.
int MarketId
Alias for market identifiers type.
std::ostream & operator<<(std::ostream &, const Error &)
Make it printable to formatted C++ I/O streams.
Side::Enum side
Tells whether order represents bid or offer.
OrderId orderId
Unique identifier of the order.
long long OrderId
Alias for order identifiers type.
DateTime orderEntryDateTime
Order entry date time. Milliseconds since Jan 1st, 1970, 00:00:00 GMT.
long long DateTime
Represents the number of nanoseconds since Jan 1st, 1970, 00:00:00 GMT.
Enum
Trading side constants.
bool isImplied
Indicate if this is an implied order or not.