#include <SMP.Substructures.REPO_HIST_BEST_EXECUTION_INFO.h>
Public Member Functions | |
REPO_HIST_BEST_EXECUTION_INFO () | |
~REPO_HIST_BEST_EXECUTION_INFO () | |
size_t | deserialize (const void *buf, size_t inLen) |
std::string | toString () const |
size_t | serializationBufSize () const |
size_t | serialize (void *buf) const |
Public Attributes | |
TI_MARKET_SIDE::Enum | side |
Double | rate |
Double | qty |
Double | minQty |
UInt32 | propMsgId |
std::string | providerMemberCode |
std::string | providerMemberDesc |
std::string | providerMemberShortDesc |
std::string | clearingHouseCode |
std::string | clearingHouseDesc |
std::string | clearingHouseShortDesc |
TI_FLAG::Enum | cCPOnlyFlag |
UInt64 | updateTime |
Definition at line 42 of file SMP.Substructures.REPO_HIST_BEST_EXECUTION_INFO.h.
|
inline |
Definition at line 45 of file SMP.Substructures.REPO_HIST_BEST_EXECUTION_INFO.h.
|
inline |
Definition at line 55 of file SMP.Substructures.REPO_HIST_BEST_EXECUTION_INFO.h.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inline |
Definition at line 104 of file SMP.Substructures.REPO_HIST_BEST_EXECUTION_INFO.h.
size_t serialize | ( | void * | buf | ) | const |
std::string toString | ( | ) | const |
Provides string presentation.
TI_FLAG::Enum cCPOnlyFlag |
Indicates whether the proposal is traded in central counterparty (CCP) mode only or not.
Definition at line 91 of file SMP.Substructures.REPO_HIST_BEST_EXECUTION_INFO.h.
std::string clearingHouseCode |
ABI/MTS code of the Clearing House.
Definition at line 82 of file SMP.Substructures.REPO_HIST_BEST_EXECUTION_INFO.h.
std::string clearingHouseDesc |
Description of the Clearing House.
Definition at line 85 of file SMP.Substructures.REPO_HIST_BEST_EXECUTION_INFO.h.
std::string clearingHouseShortDesc |
Short description of the Clearing House.
Definition at line 88 of file SMP.Substructures.REPO_HIST_BEST_EXECUTION_INFO.h.
Double minQty |
Minimum quantity.
Definition at line 67 of file SMP.Substructures.REPO_HIST_BEST_EXECUTION_INFO.h.
UInt32 propMsgId |
ID of the proposal.
Definition at line 70 of file SMP.Substructures.REPO_HIST_BEST_EXECUTION_INFO.h.
std::string providerMemberCode |
ABI/MTS code of the provider member.
Definition at line 73 of file SMP.Substructures.REPO_HIST_BEST_EXECUTION_INFO.h.
std::string providerMemberDesc |
Description of the member.
Definition at line 76 of file SMP.Substructures.REPO_HIST_BEST_EXECUTION_INFO.h.
std::string providerMemberShortDesc |
Short description of the member.
Definition at line 79 of file SMP.Substructures.REPO_HIST_BEST_EXECUTION_INFO.h.
Double qty |
Quantity.
Definition at line 64 of file SMP.Substructures.REPO_HIST_BEST_EXECUTION_INFO.h.
Double rate |
Rate.
Definition at line 61 of file SMP.Substructures.REPO_HIST_BEST_EXECUTION_INFO.h.
TI_MARKET_SIDE::Enum side |
Market side of the proposal.
Definition at line 58 of file SMP.Substructures.REPO_HIST_BEST_EXECUTION_INFO.h.
UInt64 updateTime |
Time at which the data was generated.
Definition at line 94 of file SMP.Substructures.REPO_HIST_BEST_EXECUTION_INFO.h.