Public Member Functions | |
| BV_DATE_OFFSET_PREVIEW () | |
| virtual | ~BV_DATE_OFFSET_PREVIEW () |
| 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_DATE_OFFSET_PREVIEW * | clone () const |
| virtual BV_DATE_OFFSET_PREVIEW * | clone (void *) const |
| Public Member Functions inherited from Class | |
| virtual | ~Class () |
| size_t | getMaxMessageSize () const |
Public Attributes | |
| UInt32 | dateOffsetPreviewId |
| UInt32 | instrumentId |
| UInt16 | settlementOffset |
| UInt32 | settlementDate |
| std::string | userData |
Definition at line 43 of file SMP.Classes.BV_DATE_OFFSET_PREVIEW.h.
|
inline |
Definition at line 46 of file SMP.Classes.BV_DATE_OFFSET_PREVIEW.h.
|
inlinevirtual |
Definition at line 51 of file SMP.Classes.BV_DATE_OFFSET_PREVIEW.h.
|
virtual |
Implements Class.
|
virtual |
Implements Class.
| size_t deserialize | ( | const void * | buf, |
| size_t | inLen ) |
|
inlinevirtual |
|
inlinevirtual |
Implements Class.
Definition at line 82 of file SMP.Classes.BV_DATE_OFFSET_PREVIEW.h.
|
virtual |
Provides string presentation.
Implements Class.
| UInt32 dateOffsetPreviewId |
ID of the preview request.
Definition at line 60 of file SMP.Classes.BV_DATE_OFFSET_PREVIEW.h.
| UInt32 instrumentId |
ID of the tradable instrument.
Definition at line 63 of file SMP.Classes.BV_DATE_OFFSET_PREVIEW.h.
| UInt32 settlementDate |
Settlement Date.
Definition at line 69 of file SMP.Classes.BV_DATE_OFFSET_PREVIEW.h.
| UInt16 settlementOffset |
Settlement offset.
Definition at line 66 of file SMP.Classes.BV_DATE_OFFSET_PREVIEW.h.
| std::string userData |
Free field used by the client.
Definition at line 72 of file SMP.Classes.BV_DATE_OFFSET_PREVIEW.h.