26 #include "../Export.h" 32 namespace OnixS {
namespace ICE {
namespace iMpact {
namespace MarketData {
38 enum { messageType =
'0' };
65 void deserialize(
const char* data,
size_t dataSize);
71 std::string toString()
const;
long long priceInGram
Auctioneers price in gram for the round in specified currency.
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.
std::string currency
Currency Code.
This class represents the Fixing Indicative Price Message.
char numDecimalsPriceInGram
Number of decimals to use for PriceInGram.
MarketId marketId
Unique identifier of the market.
char numDecimalsPrice
Number of decimals to use for Price.
Price price
Auctioneers price for the round in specified currency.