#include <SMP.Classes.REPO_HAIRCUT_EXT.h>
Public Member Functions | |
REPO_HAIRCUT_EXT () | |
virtual | ~REPO_HAIRCUT_EXT () |
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_HAIRCUT_EXT * | clone () const |
virtual REPO_HAIRCUT_EXT * | clone (void *) const |
Public Member Functions inherited from Class | |
virtual | ~Class () |
size_t | getMaxMessageSize () const |
Definition at line 43 of file SMP.Classes.REPO_HAIRCUT_EXT.h.
|
inline |
Definition at line 46 of file SMP.Classes.REPO_HAIRCUT_EXT.h.
|
inlinevirtual |
Definition at line 52 of file SMP.Classes.REPO_HAIRCUT_EXT.h.
|
virtual |
Implements Class.
|
virtual |
Implements Class.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inlinevirtual |
|
inlinevirtual |
Implements Class.
Definition at line 131 of file SMP.Classes.REPO_HAIRCUT_EXT.h.
|
virtual |
Provides string presentation.
Implements Class.
Double askHaircut |
Value of the Ask Haircut.
Definition at line 91 of file SMP.Classes.REPO_HAIRCUT_EXT.h.
Double bidHaircut |
Value of the Bid Haircut.
Definition at line 88 of file SMP.Classes.REPO_HAIRCUT_EXT.h.
UInt32 creationDate |
Creation date.
Definition at line 112 of file SMP.Classes.REPO_HAIRCUT_EXT.h.
UInt64 creationTime |
Creation time.
Definition at line 115 of file SMP.Classes.REPO_HAIRCUT_EXT.h.
REPO_HAIRCUT_EVENT::Enum event |
Event applied to the Haircut.
Definition at line 97 of file SMP.Classes.REPO_HAIRCUT_EXT.h.
UInt32 firstMemberId |
ID of the first member involved in the Haircut (member who configures the Haircut)
Definition at line 70 of file SMP.Classes.REPO_HAIRCUT_EXT.h.
REPO_HAIRCUT_STATUS::Enum firstMemberStatus |
Status of the First Member Haircut.
Definition at line 103 of file SMP.Classes.REPO_HAIRCUT_EXT.h.
REPO_HAIRCUT_TYPE::Enum haircutType |
Always set to 0 REPO_HAIRCUT_TYPE_Default. For future use.
Definition at line 76 of file SMP.Classes.REPO_HAIRCUT_EXT.h.
UInt32 instrumentClassId |
Unique ID of the Instrument Class.
Definition at line 79 of file SMP.Classes.REPO_HAIRCUT_EXT.h.
UInt32 refMsgId |
Always set to 0. For future use.
Definition at line 85 of file SMP.Classes.REPO_HAIRCUT_EXT.h.
UInt32 residualMaturityId |
Unique ID of the residual maturity.
Definition at line 82 of file SMP.Classes.REPO_HAIRCUT_EXT.h.
TI_FLAG::Enum saveHaircutFg |
Always set to 1 - TI_FLAG_Yes. For future use.
Definition at line 94 of file SMP.Classes.REPO_HAIRCUT_EXT.h.
UInt32 secondMemberId |
ID of the second member involved the Haircut (member who receives the Haircut)
Definition at line 73 of file SMP.Classes.REPO_HAIRCUT_EXT.h.
REPO_HAIRCUT_STATUS::Enum secondMemberStatus |
Status of the Second Member Haircut.
Definition at line 106 of file SMP.Classes.REPO_HAIRCUT_EXT.h.
REPO_HAIRCUT_STATUS::Enum status |
Status of the Haircut.
Definition at line 100 of file SMP.Classes.REPO_HAIRCUT_EXT.h.
UInt32 submitterMemberId |
Unique ID of the member who defined the Haircut.
Definition at line 61 of file SMP.Classes.REPO_HAIRCUT_EXT.h.
UInt32 submitterTraderId |
Unique ID of the trader who defined the Haircut.
Definition at line 64 of file SMP.Classes.REPO_HAIRCUT_EXT.h.
std::string submitterTraderName |
Unique name of the trader who defined the Haircut.
Definition at line 67 of file SMP.Classes.REPO_HAIRCUT_EXT.h.
UInt32 updateDate |
Last Update date.
Definition at line 118 of file SMP.Classes.REPO_HAIRCUT_EXT.h.
UInt64 updateTime |
Last Update time.
Definition at line 121 of file SMP.Classes.REPO_HAIRCUT_EXT.h.
std::string userData |
Free field used by the client application.
Definition at line 109 of file SMP.Classes.REPO_HAIRCUT_EXT.h.