Public Member Functions | |
| BV_RFCQ_WITHDRAW () | |
| virtual | ~BV_RFCQ_WITHDRAW () |
| 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_RFCQ_WITHDRAW * | clone () const |
| virtual BV_RFCQ_WITHDRAW * | clone (void *) const |
| Public Member Functions inherited from Class | |
| virtual | ~Class () |
| size_t | getMaxMessageSize () const |
Public Attributes | |
| UInt32 | memberId |
| UInt32 | traderId |
| BV_RFCQ_WITHDRAW_TYPE::Enum | withdrawType |
| std::string | userData |
| UInt64 | updateTime |
Definition at line 43 of file SMP.Classes.BV_RFCQ_WITHDRAW.h.
|
inline |
Definition at line 46 of file SMP.Classes.BV_RFCQ_WITHDRAW.h.
|
inlinevirtual |
Definition at line 51 of file SMP.Classes.BV_RFCQ_WITHDRAW.h.
|
virtual |
Implements Class.
|
virtual |
Implements Class.
| size_t deserialize | ( | const void * | buf, |
| size_t | inLen ) |
|
inlinevirtual |
|
inlinevirtual |
Implements Class.
Definition at line 82 of file SMP.Classes.BV_RFCQ_WITHDRAW.h.
|
virtual |
Provides string presentation.
Implements Class.
| UInt32 memberId |
Unique ID of the member.
Definition at line 60 of file SMP.Classes.BV_RFCQ_WITHDRAW.h.
| UInt32 traderId |
Unique ID of the trader.
Definition at line 63 of file SMP.Classes.BV_RFCQ_WITHDRAW.h.
| UInt64 updateTime |
Time at which the data was last updated.
Definition at line 72 of file SMP.Classes.BV_RFCQ_WITHDRAW.h.
| std::string userData |
Free field used by the client.
Definition at line 69 of file SMP.Classes.BV_RFCQ_WITHDRAW.h.
| BV_RFCQ_WITHDRAW_TYPE::Enum withdrawType |
Specifies whether all RFCQ quotes belonging to the member or only those belonging to the trader must be suspended.
Definition at line 66 of file SMP.Classes.BV_RFCQ_WITHDRAW.h.