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

Public Member Functions

StrRef riskStatusId () const
StrRef riskReset () const
StrRef clearingFirm () const
StrRef productName () const
Binary2 customGroupId () const
 ConstantResetRisk () ONIXS_BATS_BOE_NOEXCEPT
 ConstantResetRisk (const void *data, MessageSize size)
Public Member Functions inherited from BinaryMessage
 BinaryMessage ()
 BinaryMessage (const void *data, MessageSize size)
 BinaryMessage (const BinaryMessage &other)
 operator bool () const
const void * binary () const
MessageSize binarySize () const
BinaryMessageoperator= (const BinaryMessage &other)

Static Public Member Functions

static MessageType::Enum type () ONIXS_BATS_BOE_NOEXCEPT

Additional Inherited Members

Public Types inherited from BinaryMessage
typedef MessageSize BinarySize
Protected Member Functions inherited from BinaryFields< BinaryMessage, MessageSize >
const SubMessage submessage (MessageSize offset, MessageSize size) const
const FieldValue & ordinaryRef (MessageSize offset) const
FieldValue ordinary (MessageSize offset) const
Enumeration::Enum enumeration (MessageSize offset) const
StrRef fixedStr (MessageSize offset) const

Detailed Description

Definition at line 37 of file ConstantResetRisk.h.

Constructor & Destructor Documentation

◆ ConstantResetRisk() [1/2]

ConstantResetRisk ( )
inline

Definition at line 72 of file ConstantResetRisk.h.

◆ ConstantResetRisk() [2/2]

ConstantResetRisk ( const void * data,
MessageSize size )
inline

Initializes instance over given memory block.

Definition at line 78 of file ConstantResetRisk.h.

Member Function Documentation

◆ clearingFirm()

StrRef clearingFirm ( ) const
inline

Risk will be reset for this EFID.

Definition at line 52 of file ConstantResetRisk.h.

◆ customGroupId()

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 64 of file ConstantResetRisk.h.

◆ productName()

StrRef productName ( ) const
inline

Product name.

Definition at line 58 of file ConstantResetRisk.h.

◆ riskReset()

StrRef riskReset ( ) const
inline

Single Character Values.

Definition at line 46 of file ConstantResetRisk.h.

◆ riskStatusId()

StrRef riskStatusId ( ) const
inline

Unique identifier for this Reset Risk request.

Definition at line 40 of file ConstantResetRisk.h.

◆ type()

MessageType::Enum type ( )
inlinestatic

Definition at line 69 of file ConstantResetRisk.h.