#include <OnixS/MTS/BondVision/SDP/Classes/Substructures/SMP.Substructures.BV_INVENTORY_QUOTING_DATA.h>
Public Member Functions | |
BV_INVENTORY_QUOTING_DATA () | |
~BV_INVENTORY_QUOTING_DATA () | |
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 | |
Double | quotation |
Double | totalQty |
Double | visibleQty |
Double | minExecQty |
TI_FLAG::Enum | axedBonds |
Definition at line 42 of file SMP.Substructures.BV_INVENTORY_QUOTING_DATA.h.
|
inline |
Definition at line 45 of file SMP.Substructures.BV_INVENTORY_QUOTING_DATA.h.
|
inline |
Definition at line 49 of file SMP.Substructures.BV_INVENTORY_QUOTING_DATA.h.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inline |
Definition at line 74 of file SMP.Substructures.BV_INVENTORY_QUOTING_DATA.h.
size_t serialize | ( | void * | buf | ) | const |
std::string toString | ( | ) | const |
Provides string presentation.
TI_FLAG::Enum axedBonds |
Axed Bonds flag. Can be defined either only in bid side or only in ask side or in both sides (bid and ask)
Definition at line 64 of file SMP.Substructures.BV_INVENTORY_QUOTING_DATA.h.
Double minExecQty |
Miinimum executable quantity.
Definition at line 61 of file SMP.Substructures.BV_INVENTORY_QUOTING_DATA.h.
Double quotation |
Quote Price or Yield.
Definition at line 52 of file SMP.Substructures.BV_INVENTORY_QUOTING_DATA.h.
Double totalQty |
Total quantity of the quote.
Definition at line 55 of file SMP.Substructures.BV_INVENTORY_QUOTING_DATA.h.
Double visibleQty |
Quantity of the quote made visible to the market.
Definition at line 58 of file SMP.Substructures.BV_INVENTORY_QUOTING_DATA.h.