#include <SMP.Classes.REPO_HIST_ACM_BEST_EXECUTION.h>
Public Member Functions | |
REPO_HIST_ACM_BEST_EXECUTION () | |
virtual | ~REPO_HIST_ACM_BEST_EXECUTION () |
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_HIST_ACM_BEST_EXECUTION * | clone () const |
virtual REPO_HIST_ACM_BEST_EXECUTION * | clone (void *) const |
Public Member Functions inherited from Class | |
virtual | ~Class () |
size_t | getMaxMessageSize () const |
Public Attributes | |
UInt32 | fillMsgId |
UInt32 | msgDate |
std::string | memberCode |
std::string | memberDesc |
std::string | memberShortDesc |
UInt32 | cashOfferMsgId |
REPO_HIST_INSTRUMENT_DATE_INFO | instrument |
UInt32 | numRows |
std::vector< REPO_ACM_HIST_COLLATERAL_OFFER_DEPTH_ROW > | collateralOffers |
Static Public Attributes | |
static const size_t | collateralOffersSize = 200 |
Definition at line 45 of file SMP.Classes.REPO_HIST_ACM_BEST_EXECUTION.h.
|
inline |
Definition at line 48 of file SMP.Classes.REPO_HIST_ACM_BEST_EXECUTION.h.
|
inlinevirtual |
Definition at line 57 of file SMP.Classes.REPO_HIST_ACM_BEST_EXECUTION.h.
|
virtual |
Implements Class.
|
virtual |
Implements Class.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inlinevirtual |
Class id.
Implements Class.
Definition at line 60 of file SMP.Classes.REPO_HIST_ACM_BEST_EXECUTION.h.
|
inlinevirtual |
Implements Class.
Definition at line 101 of file SMP.Classes.REPO_HIST_ACM_BEST_EXECUTION.h.
|
virtual |
Provides string presentation.
Implements Class.
UInt32 cashOfferMsgId |
Unique ID of the Cash Offer.
Definition at line 81 of file SMP.Classes.REPO_HIST_ACM_BEST_EXECUTION.h.
std::vector<REPO_ACM_HIST_COLLATERAL_OFFER_DEPTH_ROW> collateralOffers |
Definition at line 91 of file SMP.Classes.REPO_HIST_ACM_BEST_EXECUTION.h.
|
static |
Collateral Offer Depth.
Definition at line 90 of file SMP.Classes.REPO_HIST_ACM_BEST_EXECUTION.h.
UInt32 fillMsgId |
Unique ID of the trade.
Definition at line 66 of file SMP.Classes.REPO_HIST_ACM_BEST_EXECUTION.h.
REPO_HIST_INSTRUMENT_DATE_INFO instrument |
ID of the instrument.
Definition at line 84 of file SMP.Classes.REPO_HIST_ACM_BEST_EXECUTION.h.
std::string memberCode |
ABI/MTS code of the member to whom data are addressed.
Definition at line 72 of file SMP.Classes.REPO_HIST_ACM_BEST_EXECUTION.h.
std::string memberDesc |
Description of the member.
Definition at line 75 of file SMP.Classes.REPO_HIST_ACM_BEST_EXECUTION.h.
std::string memberShortDesc |
Short description of the member.
Definition at line 78 of file SMP.Classes.REPO_HIST_ACM_BEST_EXECUTION.h.
UInt32 msgDate |
Data at which the data was generated.
Definition at line 69 of file SMP.Classes.REPO_HIST_ACM_BEST_EXECUTION.h.
UInt32 numRows |
Number of Collateral Offers.
Definition at line 87 of file SMP.Classes.REPO_HIST_ACM_BEST_EXECUTION.h.