26 #include "../Export.h" 28 #include "../Enumerations.h" 33 namespace OnixS {
namespace ICE {
namespace iMpact {
namespace MarketData {
39 enum { messageType =
't' };
78 void deserialize(
const char* data,
size_t dataSize);
84 std::string toString()
const;
short orderCount
Number of all orders at the price level.
short impliedOrderCount
Number of implied orders at the price level.
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.
Side::Enum side
Indicate whether it's bid or offer.
int quantity
Total quantity at the price level.
int impliedQuantity
Quantity that were implied.
char priceLevelPosition
Position of the price level.
This class represents the Add Price Level Message.
long long DateTime
Represents the number of nanoseconds since Jan 1st, 1970, 00:00:00 GMT.
Enum
Trading side constants.
MarketId marketId
Unique identifier of the market.