Public Member Functions | |
| BV_TRADE_SALES_DEFINITION_SUB () | |
| ~BV_TRADE_SALES_DEFINITION_SUB () | |
| 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 | tradeId |
| UInt32 | sellSideMemberId |
| std::string | sellSideMemberCode |
| UInt32 | sellSideTraderId |
| std::string | sellSideTraderName |
| UInt32 | salesId |
| std::string | salesName |
| UInt32 | buySideMemberId |
| std::string | buySideMemberCode |
| UInt32 | buySideTraderId |
| std::string | buySideTraderName |
| TI_RELATION_TYPE::Enum | relationType |
| TI_RELATION_LEVEL::Enum | relationLevel |
| std::string | relationInfo |
| UInt32 | tradeDate |
| UInt64 | tradeTime |
Definition at line 42 of file SMP.Substructures.BV_TRADE_SALES_DEFINITION_SUB.h.
|
inline |
Definition at line 45 of file SMP.Substructures.BV_TRADE_SALES_DEFINITION_SUB.h.
|
inline |
Definition at line 55 of file SMP.Substructures.BV_TRADE_SALES_DEFINITION_SUB.h.
| size_t deserialize | ( | const void * | buf, |
| size_t | inLen ) |
|
inline |
Definition at line 113 of file SMP.Substructures.BV_TRADE_SALES_DEFINITION_SUB.h.
| size_t serialize | ( | void * | buf | ) | const |
| std::string toString | ( | ) | const |
Provides string presentation.
| std::string buySideMemberCode |
Buy Side Member code.
Definition at line 82 of file SMP.Substructures.BV_TRADE_SALES_DEFINITION_SUB.h.
| UInt32 buySideMemberId |
Buy Side Member identifier.
Definition at line 79 of file SMP.Substructures.BV_TRADE_SALES_DEFINITION_SUB.h.
| UInt32 buySideTraderId |
Buy Side Trader identifier (0 = all traders)
Definition at line 85 of file SMP.Substructures.BV_TRADE_SALES_DEFINITION_SUB.h.
| std::string buySideTraderName |
Buy Side Trader name (filled by CS)
Definition at line 88 of file SMP.Substructures.BV_TRADE_SALES_DEFINITION_SUB.h.
| std::string relationInfo |
Free text information.
Definition at line 97 of file SMP.Substructures.BV_TRADE_SALES_DEFINITION_SUB.h.
| TI_RELATION_LEVEL::Enum relationLevel |
Member/Trader.
Definition at line 94 of file SMP.Substructures.BV_TRADE_SALES_DEFINITION_SUB.h.
| TI_RELATION_TYPE::Enum relationType |
Undefined/Primary/Secondary.
Definition at line 91 of file SMP.Substructures.BV_TRADE_SALES_DEFINITION_SUB.h.
| UInt32 salesId |
Sales identifier.
Definition at line 73 of file SMP.Substructures.BV_TRADE_SALES_DEFINITION_SUB.h.
| std::string salesName |
Sales name.
Definition at line 76 of file SMP.Substructures.BV_TRADE_SALES_DEFINITION_SUB.h.
| std::string sellSideMemberCode |
Sell Side Member code.
Definition at line 64 of file SMP.Substructures.BV_TRADE_SALES_DEFINITION_SUB.h.
| UInt32 sellSideMemberId |
Sell Side Member identifier.
Definition at line 61 of file SMP.Substructures.BV_TRADE_SALES_DEFINITION_SUB.h.
| UInt32 sellSideTraderId |
Sell Side Trader identifier.
Definition at line 67 of file SMP.Substructures.BV_TRADE_SALES_DEFINITION_SUB.h.
| std::string sellSideTraderName |
Sell Side Trader name.
Definition at line 70 of file SMP.Substructures.BV_TRADE_SALES_DEFINITION_SUB.h.
| UInt32 tradeDate |
Trade date.
Definition at line 100 of file SMP.Substructures.BV_TRADE_SALES_DEFINITION_SUB.h.
| UInt32 tradeId |
Trade identifier.
Definition at line 58 of file SMP.Substructures.BV_TRADE_SALES_DEFINITION_SUB.h.
| UInt64 tradeTime |
Trade time.
Definition at line 103 of file SMP.Substructures.BV_TRADE_SALES_DEFINITION_SUB.h.