#include <SMP.Substructures.REPO_RFQ_INFO.h>
Public Member Functions | |
REPO_RFQ_INFO () | |
~REPO_RFQ_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 | |
Double | rate |
Double | qty |
REPO_FORCE_TYPE::Enum | forceRepo |
TI_FLAG::Enum | bilateralOnlyFlag |
TI_RFQ_SETTING_TYPE::Enum | rFQFieldSetting |
Definition at line 42 of file SMP.Substructures.REPO_RFQ_INFO.h.
|
inline |
Definition at line 45 of file SMP.Substructures.REPO_RFQ_INFO.h.
|
inline |
Definition at line 49 of file SMP.Substructures.REPO_RFQ_INFO.h.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inline |
Definition at line 74 of file SMP.Substructures.REPO_RFQ_INFO.h.
size_t serialize | ( | void * | buf | ) | const |
std::string toString | ( | ) | const |
Provides string presentation.
TI_FLAG::Enum bilateralOnlyFlag |
Indicates whether the trader that sends the RFQ wants the trade to be settled bilaterally or not. The trader receiving the RFQ may modify this flag.
Definition at line 61 of file SMP.Substructures.REPO_RFQ_INFO.h.
REPO_FORCE_TYPE::Enum forceRepo |
Type of Repo. Reserved for future use.
Definition at line 58 of file SMP.Substructures.REPO_RFQ_INFO.h.
Double qty |
Quantity.
Definition at line 55 of file SMP.Substructures.REPO_RFQ_INFO.h.
Double rate |
Rate.
Definition at line 52 of file SMP.Substructures.REPO_RFQ_INFO.h.
TI_RFQ_SETTING_TYPE::Enum rFQFieldSetting |
Specifies whether or not the rate, quantity, or both, were specified by the aggressor.
Definition at line 64 of file SMP.Substructures.REPO_RFQ_INFO.h.