Public Member Functions | |
| BV_INVENTORY_TRADING_INFO () | |
| ~BV_INVENTORY_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 | quoteId |
| std::string | dealerReferenceId |
| TI_FLAG::Enum | executableFg |
| Double | price |
| Double | yield |
| BV_VALUE | yTC |
| BV_VALUE | yTW |
| BV_VALUE | yMWTh |
| Double | mWCPriceTh |
| BV_VALUE | yMWExrc |
| BV_VALUE | yTR |
| Double | countervalue |
| Double | qty |
| Double | minExecQty |
| std::string | quoteDigest |
| UInt64 | quoteUpdateTime |
| TI_FLAG::Enum | axedBonds |
| TI_FLAG::Enum | systematicInternaliserFg |
Definition at line 47 of file SMP.Substructures.BV_INVENTORY_TRADING_INFO.h.
|
inline |
Definition at line 50 of file SMP.Substructures.BV_INVENTORY_TRADING_INFO.h.
|
inline |
Definition at line 59 of file SMP.Substructures.BV_INVENTORY_TRADING_INFO.h.
| size_t deserialize | ( | const void * | buf, |
| size_t | inLen ) |
|
inline |
Definition at line 135 of file SMP.Substructures.BV_INVENTORY_TRADING_INFO.h.
| size_t serialize | ( | void * | buf | ) | const |
| std::string toString | ( | ) | const |
Provides string presentation.
| TI_FLAG::Enum axedBonds |
Axed Bonds flag.
Definition at line 122 of file SMP.Substructures.BV_INVENTORY_TRADING_INFO.h.
| Double countervalue |
Quote countervalue.
Definition at line 107 of file SMP.Substructures.BV_INVENTORY_TRADING_INFO.h.
| std::string dealerReferenceId |
Free text.
Definition at line 77 of file SMP.Substructures.BV_INVENTORY_TRADING_INFO.h.
| TI_FLAG::Enum executableFg |
Specifies whether the quote may be hit/lifted by an inventory order.
Definition at line 80 of file SMP.Substructures.BV_INVENTORY_TRADING_INFO.h.
| std::string memberCode |
Code of the member.
Definition at line 65 of file SMP.Substructures.BV_INVENTORY_TRADING_INFO.h.
| std::string memberDesc |
Description of the member.
Definition at line 68 of file SMP.Substructures.BV_INVENTORY_TRADING_INFO.h.
| UInt32 memberId |
Unique ID of the member code.
Definition at line 62 of file SMP.Substructures.BV_INVENTORY_TRADING_INFO.h.
| std::string memberShortDesc |
Short description of the member.
Definition at line 71 of file SMP.Substructures.BV_INVENTORY_TRADING_INFO.h.
| Double minExecQty |
Minimum executable quantity.
Definition at line 113 of file SMP.Substructures.BV_INVENTORY_TRADING_INFO.h.
| Double mWCPriceTh |
MWC Price Theoretical.
Definition at line 98 of file SMP.Substructures.BV_INVENTORY_TRADING_INFO.h.
| Double price |
Quote price.
Definition at line 83 of file SMP.Substructures.BV_INVENTORY_TRADING_INFO.h.
| Double qty |
Quantity.
Definition at line 110 of file SMP.Substructures.BV_INVENTORY_TRADING_INFO.h.
| std::string quoteDigest |
Encrypted information related to quote data.
Definition at line 116 of file SMP.Substructures.BV_INVENTORY_TRADING_INFO.h.
| UInt32 quoteId |
Unique ID of the quote.
Definition at line 74 of file SMP.Substructures.BV_INVENTORY_TRADING_INFO.h.
| UInt64 quoteUpdateTime |
Time at which the inventory quote was last updated.
Definition at line 119 of file SMP.Substructures.BV_INVENTORY_TRADING_INFO.h.
| TI_FLAG::Enum systematicInternaliserFg |
Indicates whether the dealer is a Systematic Internaliser.
Definition at line 125 of file SMP.Substructures.BV_INVENTORY_TRADING_INFO.h.
| Double yield |
Quote yield.
Definition at line 86 of file SMP.Substructures.BV_INVENTORY_TRADING_INFO.h.
| BV_VALUE yMWExrc |
YMW Exercised.
Definition at line 101 of file SMP.Substructures.BV_INVENTORY_TRADING_INFO.h.
| BV_VALUE yMWTh |
YMW Theoretical.
Definition at line 95 of file SMP.Substructures.BV_INVENTORY_TRADING_INFO.h.
| BV_VALUE yTC |
Yield To Call.
Definition at line 89 of file SMP.Substructures.BV_INVENTORY_TRADING_INFO.h.
| BV_VALUE yTR |
Yield to Reset.
Definition at line 104 of file SMP.Substructures.BV_INVENTORY_TRADING_INFO.h.
| BV_VALUE yTW |
Yield To Worst.
Definition at line 92 of file SMP.Substructures.BV_INVENTORY_TRADING_INFO.h.