#include <SMP.Classes.REPO_OPEN_TRADE_PRICE_PREVIEW.h>
Public Member Functions | |
REPO_OPEN_TRADE_PRICE_PREVIEW () | |
virtual | ~REPO_OPEN_TRADE_PRICE_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 REPO_OPEN_TRADE_PRICE_PREVIEW * | clone () const |
virtual REPO_OPEN_TRADE_PRICE_PREVIEW * | clone (void *) const |
Public Member Functions inherited from Class | |
virtual | ~Class () |
size_t | getMaxMessageSize () const |
Public Attributes | |
UInt32 | pricePreviewId |
UInt32 | openTradeId |
UInt32 | openTradeDate |
Double | rate |
TI_FLAG::Enum | rateFg |
Double | qty |
UInt32 | endDate |
Double | repoInterest |
Double | terminationCountervalue |
std::string | userData |
Definition at line 43 of file SMP.Classes.REPO_OPEN_TRADE_PRICE_PREVIEW.h.
|
inline |
Definition at line 46 of file SMP.Classes.REPO_OPEN_TRADE_PRICE_PREVIEW.h.
|
inlinevirtual |
Definition at line 51 of file SMP.Classes.REPO_OPEN_TRADE_PRICE_PREVIEW.h.
|
virtual |
Implements Class.
|
virtual |
Implements Class.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inlinevirtual |
Class id.
Implements Class.
Definition at line 54 of file SMP.Classes.REPO_OPEN_TRADE_PRICE_PREVIEW.h.
|
inlinevirtual |
Implements Class.
Definition at line 97 of file SMP.Classes.REPO_OPEN_TRADE_PRICE_PREVIEW.h.
|
virtual |
Provides string presentation.
Implements Class.
UInt32 endDate |
Closure Date of the Open Trade.
Definition at line 78 of file SMP.Classes.REPO_OPEN_TRADE_PRICE_PREVIEW.h.
UInt32 openTradeDate |
Creation Date of the Open Trade.
Definition at line 66 of file SMP.Classes.REPO_OPEN_TRADE_PRICE_PREVIEW.h.
UInt32 openTradeId |
Unique ID of the Open Trade.
Definition at line 63 of file SMP.Classes.REPO_OPEN_TRADE_PRICE_PREVIEW.h.
UInt32 pricePreviewId |
ID of the preview request.
Definition at line 60 of file SMP.Classes.REPO_OPEN_TRADE_PRICE_PREVIEW.h.
Double qty |
Quantity.
Definition at line 75 of file SMP.Classes.REPO_OPEN_TRADE_PRICE_PREVIEW.h.
Double rate |
Rate.
Definition at line 69 of file SMP.Classes.REPO_OPEN_TRADE_PRICE_PREVIEW.h.
TI_FLAG::Enum rateFg |
If set to Yes, indicates the Rate field is not empty.
Definition at line 72 of file SMP.Classes.REPO_OPEN_TRADE_PRICE_PREVIEW.h.
Double repoInterest |
Repo Interest.
Definition at line 81 of file SMP.Classes.REPO_OPEN_TRADE_PRICE_PREVIEW.h.
Double terminationCountervalue |
Termination Countervalue.
Definition at line 84 of file SMP.Classes.REPO_OPEN_TRADE_PRICE_PREVIEW.h.
std::string userData |
Free field used by the client.
Definition at line 87 of file SMP.Classes.REPO_OPEN_TRADE_PRICE_PREVIEW.h.