26 #include "../Export.h" 28 #include "../Enumerations.h" 33 namespace OnixS {
namespace ICE {
namespace iMpact {
namespace MarketData {
39 enum { messageType =
'm' };
73 void deserialize(
const char* data,
size_t dataSize);
79 std::string toString()
const;
long long Price
Alias for order identifiers type.
short impliedOrderCount
Number of implied orders at the price level.
int quantity
Total quantity at the price level.
int MarketId
Alias for market identifiers type.
std::ostream & operator<<(std::ostream &, const Error &)
Make it printable to formatted C++ I/O streams.
int impliedQuantity
Quantity that were implied.
short orderCount
Number of all orders at the price level.
char priceLevelPosition
Position of the price level.
MarketId marketId
Unique identifier of the market.
Side::Enum side
Indicate whether it's bid or offer.
This class represents the Market Snapshot Price Level Message.
Enum
Trading side constants.