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

Public Member Functions

StrRef legSymbol () const
Binary4 legRatioQty () const
StrRef legSide () const
 Leg (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)

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 68 of file NewComplexInstrumentAccepted.h.

Constructor & Destructor Documentation

◆ Leg()

Leg ( const void * data,
MessageSize size )
inline

Initializes instance over given memory block.

Definition at line 89 of file NewComplexInstrumentAccepted.h.

Member Function Documentation

◆ legRatioQty()

Binary4 legRatioQty ( ) const
inline

Ratio of number of contracts.

Definition at line 77 of file NewComplexInstrumentAccepted.h.

◆ legSide()

StrRef legSide ( ) const
inline

Leg Side.

Definition at line 83 of file NewComplexInstrumentAccepted.h.

◆ legSymbol()

StrRef legSymbol ( ) const
inline

The symbol id.

Definition at line 71 of file NewComplexInstrumentAccepted.h.