#include <SMP.Substructures.REPO_HIST_RFCQ_DEPTH_ROW.h>
Public Member Functions | |
REPO_HIST_RFCQ_DEPTH_ROW () | |
~REPO_HIST_RFCQ_DEPTH_ROW () | |
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 | |
std::string | memberCode |
std::string | memberDesc |
std::string | memberShortDesc |
UInt32 | quoteId |
UInt64 | quoteUpdateTime |
UInt64 | automaticAcceptanceValidityTime |
TI_RFCQ_MATCHING_TYPE::Enum | quoteMatchingType |
Double | rate |
Double | qty |
Double | haircut |
std::string | accountCode |
std::string | accountInfo |
std::string | clearingHouseCode |
std::string | clearingHouseDesc |
std::string | clearingHouseShortDesc |
Definition at line 42 of file SMP.Substructures.REPO_HIST_RFCQ_DEPTH_ROW.h.
|
inline |
Definition at line 45 of file SMP.Substructures.REPO_HIST_RFCQ_DEPTH_ROW.h.
|
inline |
Definition at line 57 of file SMP.Substructures.REPO_HIST_RFCQ_DEPTH_ROW.h.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inline |
Definition at line 112 of file SMP.Substructures.REPO_HIST_RFCQ_DEPTH_ROW.h.
size_t serialize | ( | void * | buf | ) | const |
std::string toString | ( | ) | const |
Provides string presentation.
std::string accountCode |
Account code.
Definition at line 90 of file SMP.Substructures.REPO_HIST_RFCQ_DEPTH_ROW.h.
std::string accountInfo |
Additional account information.
Definition at line 93 of file SMP.Substructures.REPO_HIST_RFCQ_DEPTH_ROW.h.
UInt64 automaticAcceptanceValidityTime |
Automatic acceptance validity time.
Definition at line 75 of file SMP.Substructures.REPO_HIST_RFCQ_DEPTH_ROW.h.
std::string clearingHouseCode |
ABI/MTS code of the Clearing House.
Definition at line 96 of file SMP.Substructures.REPO_HIST_RFCQ_DEPTH_ROW.h.
std::string clearingHouseDesc |
Description of the Clearing House.
Definition at line 99 of file SMP.Substructures.REPO_HIST_RFCQ_DEPTH_ROW.h.
std::string clearingHouseShortDesc |
Short description of the Clearing House.
Definition at line 102 of file SMP.Substructures.REPO_HIST_RFCQ_DEPTH_ROW.h.
Double haircut |
Haircut value.
Definition at line 87 of file SMP.Substructures.REPO_HIST_RFCQ_DEPTH_ROW.h.
std::string memberCode |
Code of the sell side member.
Definition at line 60 of file SMP.Substructures.REPO_HIST_RFCQ_DEPTH_ROW.h.
std::string memberDesc |
Description of the sell side member.
Definition at line 63 of file SMP.Substructures.REPO_HIST_RFCQ_DEPTH_ROW.h.
std::string memberShortDesc |
Short description of the sell side member.
Definition at line 66 of file SMP.Substructures.REPO_HIST_RFCQ_DEPTH_ROW.h.
Double qty |
Quantity.
Definition at line 84 of file SMP.Substructures.REPO_HIST_RFCQ_DEPTH_ROW.h.
UInt32 quoteId |
Unique ID of the RFCQ quote.
Definition at line 69 of file SMP.Substructures.REPO_HIST_RFCQ_DEPTH_ROW.h.
TI_RFCQ_MATCHING_TYPE::Enum quoteMatchingType |
Quote matching type.
Definition at line 78 of file SMP.Substructures.REPO_HIST_RFCQ_DEPTH_ROW.h.
UInt64 quoteUpdateTime |
Quote last update time.
Definition at line 72 of file SMP.Substructures.REPO_HIST_RFCQ_DEPTH_ROW.h.
Double rate |
Rate.
Definition at line 81 of file SMP.Substructures.REPO_HIST_RFCQ_DEPTH_ROW.h.