Public Member Functions | |
| BV_SELL_SIDE_MEMBER () | |
| virtual | ~BV_SELL_SIDE_MEMBER () |
| 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_SELL_SIDE_MEMBER * | clone () const |
| virtual BV_SELL_SIDE_MEMBER * | clone (void *) const |
| Public Member Functions inherited from Class | |
| virtual | ~Class () |
| size_t | getMaxMessageSize () const |
Public Attributes | |
| UInt32 | marketId |
| UInt32 | sellSideMemberId |
| UInt32 | instrumentClassId |
| TI_FLAG::Enum | enabledFg |
| TI_FLAG::Enum | rFCQPartialFillFg |
Definition at line 43 of file SMP.Classes.BV_SELL_SIDE_MEMBER.h.
|
inline |
Definition at line 46 of file SMP.Classes.BV_SELL_SIDE_MEMBER.h.
|
inlinevirtual |
Definition at line 50 of file SMP.Classes.BV_SELL_SIDE_MEMBER.h.
|
virtual |
Implements Class.
|
virtual |
Implements Class.
| size_t deserialize | ( | const void * | buf, |
| size_t | inLen ) |
|
inlinevirtual |
|
inlinevirtual |
Implements Class.
Definition at line 81 of file SMP.Classes.BV_SELL_SIDE_MEMBER.h.
|
virtual |
Provides string presentation.
Implements Class.
| TI_FLAG::Enum enabledFg |
If True, the Sell Side Member is enabled to respond to RFCQs on the specified instrument class.
Definition at line 68 of file SMP.Classes.BV_SELL_SIDE_MEMBER.h.
| UInt32 instrumentClassId |
Unique ID of the instrument class.
Definition at line 65 of file SMP.Classes.BV_SELL_SIDE_MEMBER.h.
| UInt32 marketId |
Unique ID of the market.
Definition at line 59 of file SMP.Classes.BV_SELL_SIDE_MEMBER.h.
| TI_FLAG::Enum rFCQPartialFillFg |
Specifies whether the Sell Side Member is prepared to receive Outright RFCQs that can be executed partially.
Definition at line 71 of file SMP.Classes.BV_SELL_SIDE_MEMBER.h.
| UInt32 sellSideMemberId |
Unique ID of the Sell Side Member.
Definition at line 62 of file SMP.Classes.BV_SELL_SIDE_MEMBER.h.