Public Member Functions | |
| BV_HIST_RFCQ_ORDER () | |
| virtual | ~BV_HIST_RFCQ_ORDER () |
| virtual ClassId::Enum | id () const |
| size_t | deserialize (const void *buf, size_t inLen) |
| virtual std::string | toString () const |
| virtual size_t | serializationBufSize () const |
| virtual BV_HIST_RFCQ_ORDER * | clone () const |
| virtual BV_HIST_RFCQ_ORDER * | clone (void *) const |
| Public Member Functions inherited from Class | |
| virtual | ~Class () |
| size_t | getMaxMessageSize () const |
Public Attributes | |
| TI_MSG_INFO | msgInfo |
| UInt32 | rfcqReqId |
| UInt32 | rfcqQuoteId |
| UInt32 | tradingListId |
| UInt16 | legId |
| TI_IN_OUT_FLAG::Enum | inOutFlag |
| BV_HIST_MEMBER_INFO | aggressor |
| BV_HIST_MEMBER_INFO | provider |
| std::string | dealerReferenceId |
| std::string | clientExecID |
| std::string | execTraderName |
| std::vector< BV_HIST_RFCQ_ORDER_LEG > | orderLeg |
| TI_RFCQ_ORDER_TYPE::Enum | type |
| BV_ORDER_EVENT::Enum | event |
| TI_RFCQ_ORDER_STATUS::Enum | status |
| TI_RFCQ_MATCHING_TYPE::Enum | matchingType |
| UInt64 | acceptanceTimeout |
| UInt64 | depthUpdateTime |
| TI_FLAG::Enum | automatchingFg |
| TI_FLAG::Enum | preTradeFg |
| std::string | closeWithDealerCode |
| std::string | closeWithDealerDesc |
| std::string | closeWithDealerShortDesc |
| UInt64 | updateTime |
Static Public Attributes | |
| static const size_t | orderLegSize = 3 |
Definition at line 47 of file SMP.Classes.BV_HIST_RFCQ_ORDER.h.
|
inline |
Definition at line 50 of file SMP.Classes.BV_HIST_RFCQ_ORDER.h.
|
inlinevirtual |
Definition at line 62 of file SMP.Classes.BV_HIST_RFCQ_ORDER.h.
|
virtual |
Implements Class.
|
virtual |
Implements Class.
| size_t deserialize | ( | const void * | buf, |
| size_t | inLen ) |
|
inlinevirtual |
|
inlinevirtual |
Implements Class.
Definition at line 151 of file SMP.Classes.BV_HIST_RFCQ_ORDER.h.
|
virtual |
Provides string presentation.
Implements Class.
| UInt64 acceptanceTimeout |
Timeout for manual acceptance.
Definition at line 120 of file SMP.Classes.BV_HIST_RFCQ_ORDER.h.
| BV_HIST_MEMBER_INFO aggressor |
Member's ID of the Aggressor.
Definition at line 89 of file SMP.Classes.BV_HIST_RFCQ_ORDER.h.
| TI_FLAG::Enum automatchingFg |
If True, the order has been generated by the central system.
Definition at line 126 of file SMP.Classes.BV_HIST_RFCQ_ORDER.h.
| std::string clientExecID |
Provider reference ID of the order execution.
Definition at line 98 of file SMP.Classes.BV_HIST_RFCQ_ORDER.h.
| std::string closeWithDealerCode |
ABI/MTS code of the owner of the matching quote.
Definition at line 132 of file SMP.Classes.BV_HIST_RFCQ_ORDER.h.
| std::string closeWithDealerDesc |
Description of the owner of the matching quote.
Definition at line 135 of file SMP.Classes.BV_HIST_RFCQ_ORDER.h.
| std::string closeWithDealerShortDesc |
Short description of the owner of the matching quote.
Definition at line 138 of file SMP.Classes.BV_HIST_RFCQ_ORDER.h.
| std::string dealerReferenceId |
Provider reference ID of the quote.
Definition at line 95 of file SMP.Classes.BV_HIST_RFCQ_ORDER.h.
| UInt64 depthUpdateTime |
Timestamp of the RFCQ depth.
Definition at line 123 of file SMP.Classes.BV_HIST_RFCQ_ORDER.h.
| BV_ORDER_EVENT::Enum event |
Action applied to the RFCQ order.
Definition at line 111 of file SMP.Classes.BV_HIST_RFCQ_ORDER.h.
| std::string execTraderName |
Name of the execution trader.
Definition at line 101 of file SMP.Classes.BV_HIST_RFCQ_ORDER.h.
| TI_IN_OUT_FLAG::Enum inOutFlag |
Indicates whether it is an incoming order (IN) or an outgoing order (OUT)
Definition at line 86 of file SMP.Classes.BV_HIST_RFCQ_ORDER.h.
| UInt16 legId |
Unique ID of the trading leg.
Definition at line 83 of file SMP.Classes.BV_HIST_RFCQ_ORDER.h.
| TI_RFCQ_MATCHING_TYPE::Enum matchingType |
Matching type.
Definition at line 117 of file SMP.Classes.BV_HIST_RFCQ_ORDER.h.
| TI_MSG_INFO msgInfo |
Message Info (Unique ID) of the RFCQ order.
Definition at line 71 of file SMP.Classes.BV_HIST_RFCQ_ORDER.h.
| std::vector<BV_HIST_RFCQ_ORDER_LEG> orderLeg |
Definition at line 105 of file SMP.Classes.BV_HIST_RFCQ_ORDER.h.
|
static |
Order leg data.
Definition at line 104 of file SMP.Classes.BV_HIST_RFCQ_ORDER.h.
| TI_FLAG::Enum preTradeFg |
If set, starts the Pre-Trade Transparency Time.
Definition at line 129 of file SMP.Classes.BV_HIST_RFCQ_ORDER.h.
| BV_HIST_MEMBER_INFO provider |
Member's ID of the Provider.
Definition at line 92 of file SMP.Classes.BV_HIST_RFCQ_ORDER.h.
| UInt32 rfcqQuoteId |
ID of the RFCQ quote to hit/lift.
Definition at line 77 of file SMP.Classes.BV_HIST_RFCQ_ORDER.h.
| UInt32 rfcqReqId |
ID of the RFCQ request.
Definition at line 74 of file SMP.Classes.BV_HIST_RFCQ_ORDER.h.
| TI_RFCQ_ORDER_STATUS::Enum status |
Processing status of the order.
Definition at line 114 of file SMP.Classes.BV_HIST_RFCQ_ORDER.h.
| UInt32 tradingListId |
Unique ID of the trading list of bonds.
Definition at line 80 of file SMP.Classes.BV_HIST_RFCQ_ORDER.h.
Type of Order: TI_RFCQ_ORDER_TYPE_Normal or TI_RFCQ_ORDER_TYPE_BestPrice (Only for RFCQ Outright)
Definition at line 108 of file SMP.Classes.BV_HIST_RFCQ_ORDER.h.
| UInt64 updateTime |
Last update time.
Definition at line 141 of file SMP.Classes.BV_HIST_RFCQ_ORDER.h.