OnixS C++ CBOE CFE Binary Order Entry (BOE) Handler 1.12.3
API Documentation
Loading...
Searching...
No Matches
Leg Struct Reference

Public Member Functions

StrRef symbol () const
void symbol (StrRef value)
Binary4 ratioQty () const
void ratioQty (Binary4 value)
Side::Enum side () const
void side (Side::Enum value)
std::string toString () const

Friends

class Serializer

Detailed Description

Definition at line 36 of file NewComplexInstrument.Leg.h.

Member Function Documentation

◆ ratioQty() [1/2]

Binary4 ratioQty ( ) const
inline

Ratio of number of contracts in this leg per order quantity.

Definition at line 51 of file NewComplexInstrument.Leg.h.

◆ ratioQty() [2/2]

void ratioQty ( Binary4 value)
inline

Ratio of number of contracts in this leg per order quantity.

Definition at line 57 of file NewComplexInstrument.Leg.h.

◆ side() [1/2]

Side::Enum side ( ) const
inline

Leg Side.

Definition at line 63 of file NewComplexInstrument.Leg.h.

◆ side() [2/2]

void side ( Side::Enum value)
inline

Leg Side.

Definition at line 69 of file NewComplexInstrument.Leg.h.

◆ symbol() [1/2]

StrRef symbol ( ) const
inline

The symbol id for the simple Options on Futures instrument.

Definition at line 39 of file NewComplexInstrument.Leg.h.

◆ symbol() [2/2]

void symbol ( StrRef value)
inline

The symbol id for the simple Options on Futures instrument.

Definition at line 45 of file NewComplexInstrument.Leg.h.

◆ toString()

std::string toString ( ) const

Returns the text representation.

◆ Serializer

friend class Serializer
friend

Definition at line 85 of file NewComplexInstrument.Leg.h.