OnixS C++ CBOE CFE Binary Order Entry (BOE) Handler  1.11.0
API documentation
ResetRisk Struct Reference

#include <OnixS/CboeCFE/Trading/BOE/Messages/Out/ResetRisk.h>

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

StrRef clearingFirm ( ) const
inline

Risk will be reset for this EFID.

Definition at line 63 of file ResetRisk.h.

void clearingFirm ( StrRef  value)
inline

Risk will be reset for this EFID.

Definition at line 69 of file ResetRisk.h.

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.

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.

StrRef productName ( ) const
inline

Product name.

Definition at line 75 of file ResetRisk.h.

void productName ( StrRef  value)
inline

Product name.

Definition at line 81 of file ResetRisk.h.

StrRef riskReset ( ) const
inline

Single Character Values.

Definition at line 51 of file ResetRisk.h.

void riskReset ( StrRef  value)
inline

Single Character Values.

Definition at line 57 of file ResetRisk.h.

StrRef riskStatusId ( ) const
inline

Unique identifier for this Reset Risk request.

Definition at line 39 of file ResetRisk.h.

void riskStatusId ( StrRef  value)
inline

Unique identifier for this Reset Risk request.

Definition at line 45 of file ResetRisk.h.

std::string toString ( ) const
virtual

Returns the text representation.

Implements OutgoingMessage.

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

The text representation.

Implements OutgoingMessage.

MessageType::Enum type ( ) const
inlinevirtual

Returns message type.

Implements OutgoingMessage.

Definition at line 99 of file ResetRisk.h.

void validate ( ) const
virtual

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

Implements OutgoingMessage.


The documentation for this struct was generated from the following file: