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;
UInt64 updateTime
Time at which the data was last updated.
UInt32 bidNumRow
Number of rows on the bid side (bid depth). The maximum number of bid depth rows is defined in the De...
unsigned long long UInt64
virtual ~REPO_INDICATIVE_DEPTH()
std::vector< REPO_DEPTH_ROW > bid
std::vector< REPO_DEPTH_ROW > ask
UInt32 askNumRow
Number of rows on the ask side (ask depth). The maximum number of ask depth rows is defined in the De...
#define ONIXS_MTS_REPO_SDP_API
virtual size_t serializationBufSize() const
REPO_INSTRUMENT_DATE_INFO instrument
Instrument data.
virtual ClassId::Enum id() const
Class id.
UInt32 addresseeMemberId
Unique ID of the member whom data are addressed to.