OnixS C++ CBOE CFE Binary Order Entry (BOE) Handler 1.12.0
API documentation
Loading...
Searching...
No Matches
ResetRisk Struct Reference

Public Member Functions

StrRef riskStatusId () const
void riskStatusId (StrRef value)
StrRef riskReset () const
void riskReset (StrRef value)
StrRef clearingFirm () const
void clearingFirm (StrRef value)
StrRef productName () const
void productName (StrRef value)
Binary2 customGroupId () const
void customGroupId (Binary2 value)
MessageType::Enum type () const ONIXS_BATS_BOE_NOEXCEPT ONIXS_BATS_BOE_OVERRIDE
void validate () const ONIXS_BATS_BOE_OVERRIDE
std::string toString () const ONIXS_BATS_BOE_OVERRIDE
void toString (std::string &str) const ONIXS_BATS_BOE_OVERRIDE

Detailed Description

Definition at line 36 of file ResetRisk.h.

Member Function Documentation

◆ clearingFirm() [1/2]

StrRef clearingFirm ( ) const
inline

Risk will be reset for this EFID.

Definition at line 63 of file ResetRisk.h.

◆ clearingFirm() [2/2]

void clearingFirm ( StrRef value)
inline

Risk will be reset for this EFID.

Definition at line 69 of file ResetRisk.h.

◆ customGroupId() [1/2]

Binary2 customGroupId ( ) const
inline

Used to group orders for use in mass cancels where multiple orders can be cancelled by specifying a list of CustomGroupIds.

Definition at line 87 of file ResetRisk.h.

◆ customGroupId() [2/2]

void customGroupId ( Binary2 value)
inline

Used to group orders for use in mass cancels where multiple orders can be cancelled by specifying a list of CustomGroupIds.

Definition at line 93 of file ResetRisk.h.

◆ productName() [1/2]

StrRef productName ( ) const
inline

Product name.

Definition at line 75 of file ResetRisk.h.

◆ productName() [2/2]

void productName ( StrRef value)
inline

Product name.

Definition at line 81 of file ResetRisk.h.

◆ riskReset() [1/2]

StrRef riskReset ( ) const
inline

Single Character Values.

Definition at line 51 of file ResetRisk.h.

◆ riskReset() [2/2]

void riskReset ( StrRef value)
inline

Single Character Values.

Definition at line 57 of file ResetRisk.h.

◆ riskStatusId() [1/2]

StrRef riskStatusId ( ) const
inline

Unique identifier for this Reset Risk request.

Definition at line 39 of file ResetRisk.h.

◆ riskStatusId() [2/2]

void riskStatusId ( StrRef value)
inline

Unique identifier for this Reset Risk request.

Definition at line 45 of file ResetRisk.h.

◆ toString() [1/2]

std::string toString ( ) const
virtual

Returns the text representation.

Implements OutgoingMessage.

◆ toString() [2/2]

void toString ( std::string & str) const
virtual

The text representation.

Implements OutgoingMessage.

◆ type()

MessageType::Enum type ( ) const
inlinevirtual

Returns message type.

Implements OutgoingMessage.

Definition at line 99 of file ResetRisk.h.

◆ validate()

void validate ( ) const
virtual

Validates message data Throws std::invalid_argument exception if message content is invalid.

Implements OutgoingMessage.