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

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

Public Member Functions

StrRef massCancelId () const
 
void massCancelId (StrRef value)
 
StrRef clearingFirm () const
 
void clearingFirm (StrRef value)
 
StrRef productName () const
 
void productName (StrRef value)
 
StrRef massCancelInst () const
 
void massCancelInst (StrRef value)
 
ManualOrderIndicator::Enum manualOrderIndicator () const
 
void manualOrderIndicator (ManualOrderIndicator::Enum value)
 
StrRef oEOID () const
 
void oEOID (StrRef value)
 
const std::vector< CustomGroupId > & customGroupIds () const
 
std::vector< CustomGroupId > & customGroupIds ()
 
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 38 of file PurgeOrders.h.

Member Function Documentation

StrRef clearingFirm ( ) const
inline

EFID that will clear the trade.

Definition at line 53 of file PurgeOrders.h.

void clearingFirm ( StrRef  value)
inline

EFID that will clear the trade.

Definition at line 59 of file PurgeOrders.h.

const std::vector<CustomGroupId>& customGroupIds ( ) const
inline

CustomGroupIds.

Definition at line 113 of file PurgeOrders.h.

std::vector<CustomGroupId>& customGroupIds ( )
inline

CustomGroupIds.

Definition at line 119 of file PurgeOrders.h.

ManualOrderIndicator::Enum manualOrderIndicator ( ) const
inline

Manual order indicator.

Definition at line 89 of file PurgeOrders.h.

void manualOrderIndicator ( ManualOrderIndicator::Enum  value)
inline

Manual order indicator.

Definition at line 95 of file PurgeOrders.h.

StrRef massCancelId ( ) const
inline

User-defined identifier of the mass cancel or purge request.

Definition at line 41 of file PurgeOrders.h.

void massCancelId ( StrRef  value)
inline

User-defined identifier of the mass cancel or purge request.

Definition at line 47 of file PurgeOrders.h.

StrRef massCancelInst ( ) const
inline

Corresponds to MassCancelInst (7700) in CFE FIX.

Definition at line 77 of file PurgeOrders.h.

void massCancelInst ( StrRef  value)
inline

Corresponds to MassCancelInst (7700) in CFE FIX.

Definition at line 83 of file PurgeOrders.h.

StrRef oEOID ( ) const
inline

Identifies the Order Entry Operator responsible for this message.

Definition at line 101 of file PurgeOrders.h.

void oEOID ( StrRef  value)
inline

Identifies the Order Entry Operator responsible for this message.

Definition at line 107 of file PurgeOrders.h.

StrRef productName ( ) const
inline

Product name.

Definition at line 65 of file PurgeOrders.h.

void productName ( StrRef  value)
inline

Product name.

Definition at line 71 of file PurgeOrders.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 125 of file PurgeOrders.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: