39 namespace BondVision {
50 clientOrderId.reserve(50);
51 settlementInfo.reserve(200);
115 size_t deserialize(
const void* buf,
size_t inLen);
118 std::string toString ()
const;
124 size_t serialize(
void* buf)
const;
UInt32 allocationId
Unique ID of the pre-allocation or of the allocation during the trade splitting phase.
UInt32 sectionId
Unique ID of the section.
std::string clientOrderId
ID of the order within the client institution.
Double minQty
Minimum Quantity.
BV_SETTLEMENT_MODE::Enum settlementMode
Settlement mode.
std::string settlementInfo
Settlement information. Following the RFCQ Outright Auto Execution, if DealerIndicator = TI_FLAG_Yes...
TI_FLAG::Enum quotationFg
Specifies if the quotation is specified.
BV_INSTRUMENT_INFO instrument
Data concerning the tradable instrument.
Double quotation
Price (Yield)
UInt32 stageOrderId
Stage Order ID.
BV_CLIENT_IDENTIFICATION_INFO clientIdentificationInfo
Client identification information.
UInt16 settlementOffset
Settlement offset expressed as number of days starting from the trading date.
TI_FLAG::Enum discloseIOIFg
If true, quotation must be sent to providers.
UInt32 settlementDate
Settlement date.
TI_ALLOCATION_TYPE::Enum allocationType
Type of allocation.
BV_SHORT_SELLING_INDICATOR::Enum shortSellingIndicator
Short Selling indicator.
TI_VERB::Enum verb
Specifies whether it is a buy or sell operation (Referred to the member who receives the information)...
BV_ALGO_INFO algoInfo
Algo information.
size_t serializationBufSize() const