Declare ICE iMpact enumerations.
std::ostream & operator<<(std::ostream &, const Error &)
Make it printable to formatted C++ I/O streams.
int MarketId
Alias for market identifiers type.
long long DateTime
Represents the number of nanoseconds since Jan 1st, 1970, 00:00:00 GMT.
This class represents the Delete Price Level Message.
DeletePriceLevel()
Default constructor.
std::string toString() const
Returns string representation.
char priceLevelPosition
Position of the price level.
DeletePriceLevel(const char *data, std::size_t dataSize)
Initialize from raw message data.
void deserialize(const char *data, std::size_t dataSize)
Deserialize from raw data.
Side::Enum side
Indicate whether it's bid or offer.
void reset()
Reset all fields to default values.
MarketId marketId
Unique identifier of the market.
Enum
Trading side constants.