| Public Member Functions | |
| BV_INSTRUMENT_PER_FUNCTION () | |
| ~BV_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 | minQty | 
| Double | minQtyCap | 
| TI_POSSIBLE_QUOTING::Enum | possibleQuoting | 
Definition at line 42 of file SMP.Substructures.BV_INSTRUMENT_PER_FUNCTION.h.
| 
 | inline | 
Definition at line 45 of file SMP.Substructures.BV_INSTRUMENT_PER_FUNCTION.h.
| 
 | inline | 
Definition at line 49 of file SMP.Substructures.BV_INSTRUMENT_PER_FUNCTION.h.
| size_t deserialize | ( | const void * | buf, | 
| size_t | inLen ) | 
| 
 | inline | 
Definition at line 71 of file SMP.Substructures.BV_INSTRUMENT_PER_FUNCTION.h.
| size_t serialize | ( | void * | buf | ) | const | 
| std::string toString | ( | ) | const | 
Provides string presentation.
| TI_TRADING_FUNCTION::Enum functionId | 
Unique ID of the trading function. This value correspond to the array index, in the FunctionParametes field of the BV_INSTRUMENT_MODALITY class.
Definition at line 52 of file SMP.Substructures.BV_INSTRUMENT_PER_FUNCTION.h.
| Double minQty | 
Minimum quantity.
Definition at line 55 of file SMP.Substructures.BV_INSTRUMENT_PER_FUNCTION.h.
| Double minQtyCap | 
Maximum value of the minimum quantity.
Definition at line 58 of file SMP.Substructures.BV_INSTRUMENT_PER_FUNCTION.h.
| TI_POSSIBLE_QUOTING::Enum possibleQuoting | 
Type of quotation.
Definition at line 61 of file SMP.Substructures.BV_INSTRUMENT_PER_FUNCTION.h.