#include <SMP.Classes.REPO_INSTRUMENT_CLASS.h>
Public Member Functions | |
REPO_INSTRUMENT_CLASS () | |
virtual | ~REPO_INSTRUMENT_CLASS () |
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_INSTRUMENT_CLASS * | clone () const |
virtual REPO_INSTRUMENT_CLASS * | clone (void *) const |
Public Member Functions inherited from Class | |
virtual | ~Class () |
size_t | getMaxMessageSize () const |
Definition at line 43 of file SMP.Classes.REPO_INSTRUMENT_CLASS.h.
|
inline |
Definition at line 46 of file SMP.Classes.REPO_INSTRUMENT_CLASS.h.
|
inlinevirtual |
Definition at line 50 of file SMP.Classes.REPO_INSTRUMENT_CLASS.h.
|
virtual |
Implements Class.
|
virtual |
Implements Class.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inlinevirtual |
|
inlinevirtual |
Implements Class.
Definition at line 87 of file SMP.Classes.REPO_INSTRUMENT_CLASS.h.
|
virtual |
Provides string presentation.
Implements Class.
UInt32 endDate |
End of validity date.
Definition at line 74 of file SMP.Classes.REPO_INSTRUMENT_CLASS.h.
TI_TRADING_TYPE::Enum fixedRateTradingType |
Fixed Rate Trading - Identifier of the quotation type (rate, rate spread, price, price spread)
Definition at line 65 of file SMP.Classes.REPO_INSTRUMENT_CLASS.h.
TI_TRADING_TYPE::Enum floatingRateTradingType |
Floating Rate Trading - Identifier of the quotation type (rate, rate spread, price, price spread)
Definition at line 68 of file SMP.Classes.REPO_INSTRUMENT_CLASS.h.
UInt32 instrumentClassId |
Unique ID of the instrument class.
Definition at line 59 of file SMP.Classes.REPO_INSTRUMENT_CLASS.h.
TI_FLAG::Enum onlyTransparentFlag |
Significant only for not CCP users. TI_FLAG_No: All market members can post proposals either Name Give Up or Blind pre-trade TI_FLAG_Yes: CCP members can post proposals either Name Give Up or Blind pre-trade; not CCP members can insert only not Name Give Up proposals.
Definition at line 62 of file SMP.Classes.REPO_INSTRUMENT_CLASS.h.
UInt32 sortNumber |
Instrument class sorting number.
Definition at line 77 of file SMP.Classes.REPO_INSTRUMENT_CLASS.h.
UInt32 startDate |
Start of validity date.
Definition at line 71 of file SMP.Classes.REPO_INSTRUMENT_CLASS.h.