26 #include "../Export.h" 32 namespace OnixS {
namespace ICE {
namespace iMpact {
namespace MarketData {
38 enum { messageType =
'F' };
68 void deserialize(
const char* data,
size_t dataSize);
74 std::string toString()
const;
This class represents the Delete 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.
OrderId orderId
Unique identifier of the order.
DateTime requestTradingEngineReceivedTimestamp
DateTime dateTime
Quote entry date time. Milliseconds since Jan 1st, 1970, 00:00:00 GMT.
MarketId marketId
Unique identifier of the market.
long long OrderId
Alias for order identifiers type.
long long DateTime
Represents the number of nanoseconds since Jan 1st, 1970, 00:00:00 GMT.