#include <OnixS/Eurex/Trading/Messages/InquireMarginBasedRiskLimitResponse.h>
Public Member Functions | |
InquireMarginBasedRiskLimitResponse () | |
TemplateId::Enum | templateId () const |
std::string | toString () const |
Public Member Functions inherited from Message | |
virtual | ~Message () |
Public Attributes | |
UInt64 | trdRegTSTimeIn |
UInt64 | trdRegTSTimeOut |
LastFragment::Enum | lastFragment |
SInt64 | marginBasedRiskLimitLong |
SInt64 | marginBasedRiskLimitShort |
Friends | |
class | Serializer |
Definition at line 35 of file InquireMarginBasedRiskLimitResponse.h.
Initialize default instance.
|
virtual |
Returns template ID.
Implements Message.
|
virtual |
Returns string representation.
Implements Message.
|
friend |
Definition at line 64 of file InquireMarginBasedRiskLimitResponse.h.
LastFragment::Enum lastFragment |
Indicates whether this message is the last fragment (part) of a sequence of messages belonging to one dedicated transaction.
Definition at line 49 of file InquireMarginBasedRiskLimitResponse.h.
SInt64 marginBasedRiskLimitLong |
Margin Based Risk Limit Long.
Definition at line 52 of file InquireMarginBasedRiskLimitResponse.h.
SInt64 marginBasedRiskLimitShort |
Margin Based Risk Limit Short.
Definition at line 55 of file InquireMarginBasedRiskLimitResponse.h.
UInt64 trdRegTSTimeIn |
Matching engine in timestamp.
Definition at line 42 of file InquireMarginBasedRiskLimitResponse.h.
UInt64 trdRegTSTimeOut |
Matching engine out timestamp.
Definition at line 45 of file InquireMarginBasedRiskLimitResponse.h.