74 static const size_t bidSize = 20;
75 std::vector<REPO_DEPTH_ROW>
bid;
81 static const size_t askSize = 20;
82 std::vector<REPO_DEPTH_ROW>
ask;
89 size_t deserialize(
const void* buf,
size_t inLen);
92 virtual std::string toString ()
const;
103 virtual size_t serialize(
void* buf)
const;
UInt32 askNumRow
Number of rows on the ask side (ask depth). The maximum number of ask depth rows is defined in the De...
UInt32 addresseeMemberId
Unique ID of the member to whom data are addressed.
unsigned long long UInt64
REPO_INSTRUMENT_DATE_INFO instrument
ID of the financial instrument.
UInt32 bidNumRow
Number of rows on the bid side (bid depth). The maximum number of bid depth rows is defined in the De...
std::vector< REPO_DEPTH_ROW > bid
virtual ClassId::Enum id() const
Class id.
UInt64 updateTime
Time at which the data was last updated.
std::vector< REPO_DEPTH_ROW > ask
#define ONIXS_MTS_REPO_SDP_API
virtual size_t serializationBufSize() const