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

#include <OnixS/CboeCFE/Trading/BOE/Messages/Testing/ConstantResetRisk.h>

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 ( )
inline

Definition at line 72 of file ConstantResetRisk.h.

ConstantResetRisk ( const void *  data,
MessageSize  size 
)
inline

Initializes instance over given memory block.

Definition at line 78 of file ConstantResetRisk.h.

Member Function Documentation

StrRef clearingFirm ( ) const
inline

Risk will be reset for this EFID.

Definition at line 52 of file ConstantResetRisk.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 64 of file ConstantResetRisk.h.

StrRef productName ( ) const
inline

Product name.

Definition at line 58 of file ConstantResetRisk.h.

StrRef riskReset ( ) const
inline

Single Character Values.

Definition at line 46 of file ConstantResetRisk.h.

StrRef riskStatusId ( ) const
inline

Unique identifier for this Reset Risk request.

Definition at line 40 of file ConstantResetRisk.h.

static MessageType::Enum type ( )
inlinestatic

Definition at line 69 of file ConstantResetRisk.h.


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