#include <SMP.Classes.REPO_PRICE_PREVIEW.h>
Public Member Functions | |
REPO_PRICE_PREVIEW () | |
virtual | ~REPO_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_PRICE_PREVIEW * | clone () const |
virtual REPO_PRICE_PREVIEW * | clone (void *) const |
Public Member Functions inherited from Class | |
virtual | ~Class () |
size_t | getMaxMessageSize () const |
Definition at line 48 of file SMP.Classes.REPO_PRICE_PREVIEW.h.
|
inline |
Definition at line 51 of file SMP.Classes.REPO_PRICE_PREVIEW.h.
|
inlinevirtual |
Definition at line 56 of file SMP.Classes.REPO_PRICE_PREVIEW.h.
|
virtual |
Implements Class.
|
virtual |
Implements Class.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inlinevirtual |
|
inlinevirtual |
Implements Class.
Definition at line 111 of file SMP.Classes.REPO_PRICE_PREVIEW.h.
|
virtual |
Provides string presentation.
Implements Class.
REPO_CONTRACT_VALUE buySellBack |
Settlement values for trades of the BuySellBack type.
Definition at line 86 of file SMP.Classes.REPO_PRICE_PREVIEW.h.
REPO_CONTRACT_VALUE classic |
Settlement values for trades of the Classic type.
Definition at line 83 of file SMP.Classes.REPO_PRICE_PREVIEW.h.
Double haircut |
Haircut value.
Definition at line 95 of file SMP.Classes.REPO_PRICE_PREVIEW.h.
REPO_CONTRACT_VALUE haircutBuySellBack |
Settlement value for trades of type 'BuySellBack' where Haircut has been applied.
Definition at line 101 of file SMP.Classes.REPO_PRICE_PREVIEW.h.
REPO_CONTRACT_VALUE haircutClassic |
Settlement value for trades of type 'Classic' where Haircut has been applied.
Definition at line 98 of file SMP.Classes.REPO_PRICE_PREVIEW.h.
REPO_INSTRUMENT_DATE_INFO instrument |
ID of the financial instrument. It cannot be a General Collateral or Triparty instrument.
Definition at line 71 of file SMP.Classes.REPO_PRICE_PREVIEW.h.
UInt32 pricePreviewId |
ID of the preview request.
Definition at line 65 of file SMP.Classes.REPO_PRICE_PREVIEW.h.
Double qty |
Quantity.
Definition at line 77 of file SMP.Classes.REPO_PRICE_PREVIEW.h.
Double rate |
Rate.
Definition at line 74 of file SMP.Classes.REPO_PRICE_PREVIEW.h.
Double spotPrice |
Spot Price.
Definition at line 80 of file SMP.Classes.REPO_PRICE_PREVIEW.h.
UInt64 spotPriceTime |
Spot Price reference time.
Definition at line 92 of file SMP.Classes.REPO_PRICE_PREVIEW.h.
TI_TRADING_MODALITY::Enum tradingModality |
Trading modality.
Definition at line 68 of file SMP.Classes.REPO_PRICE_PREVIEW.h.
std::string userData |
Free field used by the client.
Definition at line 89 of file SMP.Classes.REPO_PRICE_PREVIEW.h.