#include <OnixS/MTS/BondVision/SDP/Classes/SMP.Classes.TI_FUTURE_DELIVERY.h>
Public Member Functions | |
TI_FUTURE_DELIVERY () | |
virtual | ~TI_FUTURE_DELIVERY () |
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 TI_FUTURE_DELIVERY * | clone () const |
virtual TI_FUTURE_DELIVERY * | clone (void *) const |
![]() | |
virtual | ~Class () |
size_t | getMaxMessageSize () const |
Public Attributes | |
UInt32 | financialInstrumentId |
UInt32 | futureId |
UInt32 | issuerId |
TI_EXPIRY_TYPE::Enum | expiryType |
std::string | reutersCode |
std::string | bloombergCode |
std::string | futureDeliveryDesc |
std::string | futureDeliveryCode |
UInt32 | expiryDate |
UInt32 | deliveryDate |
UInt32 | futureSize |
Double | referencePrice |
UInt32 | referencePriceDate |
Double | bPV |
std::string | currencyCode |
Definition at line 43 of file SMP.Classes.TI_FUTURE_DELIVERY.h.
|
inline |
Definition at line 46 of file SMP.Classes.TI_FUTURE_DELIVERY.h.
|
inlinevirtual |
Definition at line 55 of file SMP.Classes.TI_FUTURE_DELIVERY.h.
|
virtual |
Implements Class.
|
virtual |
Implements Class.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inlinevirtual |
|
inlinevirtual |
Implements Class.
Definition at line 116 of file SMP.Classes.TI_FUTURE_DELIVERY.h.
|
virtual |
Provides string presentation.
Implements Class.
std::string bloombergCode |
Bloomberg code.
Definition at line 79 of file SMP.Classes.TI_FUTURE_DELIVERY.h.
Double bPV |
Base Point Value.
Definition at line 103 of file SMP.Classes.TI_FUTURE_DELIVERY.h.
std::string currencyCode |
ISO unique alphanumeric code of the financial instrument.
Definition at line 106 of file SMP.Classes.TI_FUTURE_DELIVERY.h.
UInt32 deliveryDate |
Delivery date of the Future Delivery.
Definition at line 91 of file SMP.Classes.TI_FUTURE_DELIVERY.h.
UInt32 expiryDate |
Expiry date of the Future Delivery.
Definition at line 88 of file SMP.Classes.TI_FUTURE_DELIVERY.h.
TI_EXPIRY_TYPE::Enum expiryType |
ID of the expiry type.
Definition at line 73 of file SMP.Classes.TI_FUTURE_DELIVERY.h.
UInt32 financialInstrumentId |
Unique ID of the future delivery.
Definition at line 64 of file SMP.Classes.TI_FUTURE_DELIVERY.h.
std::string futureDeliveryCode |
Name of Future Delivery.
Definition at line 85 of file SMP.Classes.TI_FUTURE_DELIVERY.h.
std::string futureDeliveryDesc |
Description of Future Delivery.
Definition at line 82 of file SMP.Classes.TI_FUTURE_DELIVERY.h.
UInt32 futureId |
Unique ID of the Future.
Definition at line 67 of file SMP.Classes.TI_FUTURE_DELIVERY.h.
UInt32 futureSize |
Unit value of lot.
Definition at line 94 of file SMP.Classes.TI_FUTURE_DELIVERY.h.
UInt32 issuerId |
Unique ID of the issuing body.
Definition at line 70 of file SMP.Classes.TI_FUTURE_DELIVERY.h.
Double referencePrice |
Reference price.
Definition at line 97 of file SMP.Classes.TI_FUTURE_DELIVERY.h.
UInt32 referencePriceDate |
Reference price date.
Definition at line 100 of file SMP.Classes.TI_FUTURE_DELIVERY.h.
std::string reutersCode |
Reuters code.
Definition at line 76 of file SMP.Classes.TI_FUTURE_DELIVERY.h.