#include <OnixS/MTS/Cash/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 |
Public Member Functions inherited from Class | |
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 |
Definition at line 45 of file SMP.Classes.TI_FUTURE_DELIVERY.h.
|
inline |
Definition at line 48 of file SMP.Classes.TI_FUTURE_DELIVERY.h.
|
inlinevirtual |
Definition at line 56 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 114 of file SMP.Classes.TI_FUTURE_DELIVERY.h.
|
virtual |
Provides string presentation.
Implements Class.
std::string bloombergCode |
Bloomberg code.
Definition at line 81 of file SMP.Classes.TI_FUTURE_DELIVERY.h.
Double bPV |
Base Point Value.
Definition at line 105 of file SMP.Classes.TI_FUTURE_DELIVERY.h.
UInt32 deliveryDate |
Delivery date of the Future Delivery.
Definition at line 93 of file SMP.Classes.TI_FUTURE_DELIVERY.h.
UInt32 expiryDate |
Expiry date of the Future Delivery.
Definition at line 90 of file SMP.Classes.TI_FUTURE_DELIVERY.h.
TI_EXPIRY_TYPE::Enum expiryType |
ID of the expiry type.
Definition at line 75 of file SMP.Classes.TI_FUTURE_DELIVERY.h.
UInt32 financialInstrumentId |
Unique ID of the future delivery.
Definition at line 66 of file SMP.Classes.TI_FUTURE_DELIVERY.h.
std::string futureDeliveryCode |
Name of Future Delivery.
Definition at line 87 of file SMP.Classes.TI_FUTURE_DELIVERY.h.
std::string futureDeliveryDesc |
Description of Future Delivery.
Definition at line 84 of file SMP.Classes.TI_FUTURE_DELIVERY.h.
UInt32 futureId |
Unique ID of the Future.
Definition at line 69 of file SMP.Classes.TI_FUTURE_DELIVERY.h.
UInt32 futureSize |
Unit value of lot.
Definition at line 96 of file SMP.Classes.TI_FUTURE_DELIVERY.h.
UInt32 issuerId |
Unique ID of the issuing body.
Definition at line 72 of file SMP.Classes.TI_FUTURE_DELIVERY.h.
Double referencePrice |
Reference price.
Definition at line 99 of file SMP.Classes.TI_FUTURE_DELIVERY.h.
UInt32 referencePriceDate |
Reference price date.
Definition at line 102 of file SMP.Classes.TI_FUTURE_DELIVERY.h.
std::string reutersCode |
Reuters code.
Definition at line 78 of file SMP.Classes.TI_FUTURE_DELIVERY.h.