Public Member Functions | |
| BV_PRETRADE_LIMIT () | |
| virtual | ~BV_PRETRADE_LIMIT () |
| virtual ClassId::Enum | id () const |
| size_t | deserialize (const void *buf, size_t inLen) |
| virtual std::string | toString () const |
| virtual size_t | serializationBufSize () const |
| virtual BV_PRETRADE_LIMIT * | clone () const |
| virtual BV_PRETRADE_LIMIT * | clone (void *) const |
| Public Member Functions inherited from Class | |
| virtual | ~Class () |
| size_t | getMaxMessageSize () const |
Public Attributes | |
| UInt32 | instrumentId |
| Double | indInventoryQuotesCap |
| Double | execInventoryQuotesCap |
| Double | minExecQtyInventoryCAP |
| Double | allOrdersCap |
| UInt32 | updateDate |
| UInt64 | updateTime |
Definition at line 43 of file SMP.Classes.BV_PRETRADE_LIMIT.h.
|
inline |
Definition at line 46 of file SMP.Classes.BV_PRETRADE_LIMIT.h.
|
inlinevirtual |
Definition at line 50 of file SMP.Classes.BV_PRETRADE_LIMIT.h.
|
virtual |
Implements Class.
|
virtual |
Implements Class.
| size_t deserialize | ( | const void * | buf, |
| size_t | inLen ) |
|
inlinevirtual |
|
inlinevirtual |
Implements Class.
Definition at line 87 of file SMP.Classes.BV_PRETRADE_LIMIT.h.
|
virtual |
Provides string presentation.
Implements Class.
| Double allOrdersCap |
All Orders Cap.
Definition at line 71 of file SMP.Classes.BV_PRETRADE_LIMIT.h.
| Double execInventoryQuotesCap |
Executable Inventory Quotes Cap.
Definition at line 65 of file SMP.Classes.BV_PRETRADE_LIMIT.h.
| Double indInventoryQuotesCap |
Indicative Inventory Quotes Cap.
Definition at line 62 of file SMP.Classes.BV_PRETRADE_LIMIT.h.
| UInt32 instrumentId |
Unique ID of the member who carried out the configuration.
Definition at line 59 of file SMP.Classes.BV_PRETRADE_LIMIT.h.
| Double minExecQtyInventoryCAP |
Min Executable Qty Inventory CAP.
Definition at line 68 of file SMP.Classes.BV_PRETRADE_LIMIT.h.
| UInt32 updateDate |
Last update date.
Definition at line 74 of file SMP.Classes.BV_PRETRADE_LIMIT.h.
| UInt64 updateTime |
Last update time.
Definition at line 77 of file SMP.Classes.BV_PRETRADE_LIMIT.h.