#include <SMP.Substructures.REPO_GC_QUANTITY_LIMITS_ROW.h>
Public Member Functions | |
REPO_GC_QUANTITY_LIMITS_ROW () | |
~REPO_GC_QUANTITY_LIMITS_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 | |
Double | amount |
UInt16 | maxNumSecurities |
Definition at line 42 of file SMP.Substructures.REPO_GC_QUANTITY_LIMITS_ROW.h.
|
inline |
Definition at line 45 of file SMP.Substructures.REPO_GC_QUANTITY_LIMITS_ROW.h.
|
inline |
Definition at line 49 of file SMP.Substructures.REPO_GC_QUANTITY_LIMITS_ROW.h.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inline |
Definition at line 65 of file SMP.Substructures.REPO_GC_QUANTITY_LIMITS_ROW.h.
size_t serialize | ( | void * | buf | ) | const |
std::string toString | ( | ) | const |
Provides string presentation.
Double amount |
Upper limit of the amount, expressed in millions of currency units. The upper limit is always included.
Definition at line 52 of file SMP.Substructures.REPO_GC_QUANTITY_LIMITS_ROW.h.
UInt16 maxNumSecurities |
Maximum number of securities that can be delivered when the amount lies between its correspondent amount and the previous one.
Definition at line 55 of file SMP.Substructures.REPO_GC_QUANTITY_LIMITS_ROW.h.