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

Classes

struct  Quote

Public Member Functions

StrRef quoteUpdateId () const
StrRef clearingFirm () const
StrRef clearingAccount () const
Binary4 cMTANumber () const
StrRef account () const
Binary2 customGroupId () const
Capacity::Enum capacity () const
CtiCode::Enum ctiCode () const
ManualOrderIndicator::Enum manualOrderIndicator () const
StrRef oEOID () const
SizeModifier::Enum sizeModifier () const
Binary1 quote () const
Quote quotes (MessageSize) const
 ConstantQuoteUpdate () ONIXS_BATS_BOE_NOEXCEPT
 ConstantQuoteUpdate (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 ConstantQuoteUpdate.h.

Constructor & Destructor Documentation

◆ ConstantQuoteUpdate() [1/2]

ConstantQuoteUpdate ( )
inline

Definition at line 120 of file ConstantQuoteUpdate.h.

◆ ConstantQuoteUpdate() [2/2]

ConstantQuoteUpdate ( const void * data,
MessageSize size )
inline

Initializes instance over given memory block.

Definition at line 126 of file ConstantQuoteUpdate.h.

Member Function Documentation

◆ account()

StrRef account ( ) const
inline

Unique account identifier associated with an order.

Definition at line 64 of file ConstantQuoteUpdate.h.

◆ capacity()

Capacity::Enum capacity ( ) const
inline

Capacity.

Definition at line 76 of file ConstantQuoteUpdate.h.

◆ clearingAccount()

StrRef clearingAccount ( ) const
inline

Supplemental identifier.

Definition at line 52 of file ConstantQuoteUpdate.h.

◆ clearingFirm()

StrRef clearingFirm ( ) const
inline

EFID that will clear the trade.

Definition at line 46 of file ConstantQuoteUpdate.h.

◆ cMTANumber()

Binary4 cMTANumber ( ) const
inline

CMTA Number of the firm that will clear the trade.

Definition at line 58 of file ConstantQuoteUpdate.h.

◆ ctiCode()

CtiCode::Enum ctiCode ( ) const
inline

Cti code.

Definition at line 82 of file ConstantQuoteUpdate.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 70 of file ConstantQuoteUpdate.h.

◆ manualOrderIndicator()

ManualOrderIndicator::Enum manualOrderIndicator ( ) const
inline

Manual order indicator.

Definition at line 88 of file ConstantQuoteUpdate.h.

◆ oEOID()

StrRef oEOID ( ) const
inline

Identifies the Order Entry Operator responsible for this message.

Definition at line 94 of file ConstantQuoteUpdate.h.

◆ quote()

Binary1 quote ( ) const
inline

Quotes.

Definition at line 106 of file ConstantQuoteUpdate.h.

◆ quotes()

Quote quotes ( MessageSize ) const
inline

Definition at line 112 of file ConstantQuoteUpdate.h.

◆ quoteUpdateId()

StrRef quoteUpdateId ( ) const
inline

Id chosen by the client.

Definition at line 40 of file ConstantQuoteUpdate.h.

◆ sizeModifier()

SizeModifier::Enum sizeModifier ( ) const
inline

Controls the behavior of the quote OrderQty field.

Definition at line 100 of file ConstantQuoteUpdate.h.

◆ type()

MessageType::Enum type ( )
inlinestatic

Definition at line 117 of file ConstantQuoteUpdate.h.