26 #include "../Export.h" 32 namespace OnixS {
namespace ICE {
namespace iMpact {
namespace MarketData {
38 enum { messageType =
'4' };
93 void deserialize(
const char* data,
size_t dataSize);
99 std::string toString()
const;
bool isFinal
Indicate if this is final or not.
MarketId marketId
Unique identifier of the market.
long long Price
Alias for order identifiers type.
int MarketId
Alias for market identifiers type.
std::ostream & operator<<(std::ostream &, const Error &)
Make it printable to formatted C++ I/O streams.
int aggBidQty
Aggregate bid quantity. Apply NumDecimalsQuantity.
int aggOfferQty
Aggregate offer quantity. Apply NumDecimalsQuantity.
char numDecimalsQuantity
Apply to AggBidQty and AggOfferQty.
This class represents the Fixing Lockdown Message.
std::string auctionDate
Date format: MM-DD-YYYY.
bool isBalanced
Indicate if this is balanced or not.
long long DateTime
Represents the number of nanoseconds since Jan 1st, 1970, 00:00:00 GMT.