Public Member Functions | |
| BV_IOI_TRADING_INFO () | |
| ~BV_IOI_TRADING_INFO () | |
| size_t | deserialize (const void *buf, size_t inLen) |
| std::string | toString () const |
| size_t | serializationBufSize () const |
| size_t | serialize (void *buf) const |
Public Attributes | |
| UInt32 | memberId |
| std::string | memberCode |
| std::string | memberDesc |
| std::string | memberShortDesc |
| UInt32 | iOIMsgId |
| BV_IOI_QUOTING_DATA | iOIQuotingData |
| UInt64 | iOIUpdateTime |
Definition at line 43 of file SMP.Substructures.BV_IOI_TRADING_INFO.h.
|
inline |
Definition at line 46 of file SMP.Substructures.BV_IOI_TRADING_INFO.h.
|
inline |
Definition at line 53 of file SMP.Substructures.BV_IOI_TRADING_INFO.h.
| size_t deserialize | ( | const void * | buf, |
| size_t | inLen ) |
|
inline |
Definition at line 84 of file SMP.Substructures.BV_IOI_TRADING_INFO.h.
| size_t serialize | ( | void * | buf | ) | const |
| std::string toString | ( | ) | const |
Provides string presentation.
| UInt32 iOIMsgId |
Unique ID of the quote.
Definition at line 68 of file SMP.Substructures.BV_IOI_TRADING_INFO.h.
| BV_IOI_QUOTING_DATA iOIQuotingData |
Data regarding the quote.
Definition at line 71 of file SMP.Substructures.BV_IOI_TRADING_INFO.h.
| UInt64 iOIUpdateTime |
Time at which the quote was last updated.
Definition at line 74 of file SMP.Substructures.BV_IOI_TRADING_INFO.h.
| std::string memberCode |
Code of the member.
Definition at line 59 of file SMP.Substructures.BV_IOI_TRADING_INFO.h.
| std::string memberDesc |
Description of the member.
Definition at line 62 of file SMP.Substructures.BV_IOI_TRADING_INFO.h.
| UInt32 memberId |
Unique ID of the member code.
Definition at line 56 of file SMP.Substructures.BV_IOI_TRADING_INFO.h.
| std::string memberShortDesc |
Short description of the member.
Definition at line 65 of file SMP.Substructures.BV_IOI_TRADING_INFO.h.