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