Public Member Functions | |
| CMF_INSTRUMENT_PER_FUNCTION () | |
| ~CMF_INSTRUMENT_PER_FUNCTION () | |
| 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 | |
| TI_TRADING_FUNCTION::Enum | functionId |
| Double | eBMMinQty |
| Double | domMinQty |
| Double | eBMMinTradeQty |
| Double | dOMMinTradeQty |
| Double | minQtyCap |
| TI_POSSIBLE_QUOTING::Enum | possibleQuoting |
Definition at line 42 of file SMP.Substructures.CMF_INSTRUMENT_PER_FUNCTION.h.
|
inline |
Definition at line 45 of file SMP.Substructures.CMF_INSTRUMENT_PER_FUNCTION.h.
|
inline |
Definition at line 49 of file SMP.Substructures.CMF_INSTRUMENT_PER_FUNCTION.h.
| size_t deserialize | ( | const void * | buf, |
| size_t | inLen ) |
|
inline |
Definition at line 80 of file SMP.Substructures.CMF_INSTRUMENT_PER_FUNCTION.h.
| size_t serialize | ( | void * | buf | ) | const |
| std::string toString | ( | ) | const |
Provides string presentation.
| Double domMinQty |
Dom Minimum quantity.
Definition at line 59 of file SMP.Substructures.CMF_INSTRUMENT_PER_FUNCTION.h.
| Double dOMMinTradeQty |
Minimum tradable quantity on Dom Section.
Definition at line 65 of file SMP.Substructures.CMF_INSTRUMENT_PER_FUNCTION.h.
| Double eBMMinQty |
EBM Minimum quantity.
Definition at line 56 of file SMP.Substructures.CMF_INSTRUMENT_PER_FUNCTION.h.
| Double eBMMinTradeQty |
Minimum tradable quantity on EBM Section.
Definition at line 62 of file SMP.Substructures.CMF_INSTRUMENT_PER_FUNCTION.h.
| TI_TRADING_FUNCTION::Enum functionId |
Unique ID of the trading function. This value corresponds to the array index, in the FunctionParametes field of the CMF_INSTRUMENT_MODALITY class.
Definition at line 53 of file SMP.Substructures.CMF_INSTRUMENT_PER_FUNCTION.h.
| Double minQtyCap |
Maximum value of the minimum quantity.
Definition at line 68 of file SMP.Substructures.CMF_INSTRUMENT_PER_FUNCTION.h.
| TI_POSSIBLE_QUOTING::Enum possibleQuoting |
Type of quotation.
Definition at line 71 of file SMP.Substructures.CMF_INSTRUMENT_PER_FUNCTION.h.