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

Public Member Functions

StrRef symbol () const
void symbol (StrRef value)
Side::Enum side () const
void side (Side::Enum value)
OpenClose::Enum openClose () const
void openClose (OpenClose::Enum value)
BinaryPrice price () const
void price (BinaryPrice value)
Binary4 orderQty () const
void orderQty (Binary4 value)
std::string toString () const

Friends

class Serializer

Detailed Description

Definition at line 36 of file QuoteUpdate.Quote.h.

Member Function Documentation

◆ openClose() [1/2]

OpenClose::Enum openClose ( ) const
inline

Indicates status of client position in a trade resulting from the order.

Definition at line 63 of file QuoteUpdate.Quote.h.

◆ openClose() [2/2]

void openClose ( OpenClose::Enum value)
inline

Indicates status of client position in a trade resulting from the order.

Definition at line 69 of file QuoteUpdate.Quote.h.

◆ orderQty() [1/2]

Binary4 orderQty ( ) const
inline

Order quantity.

Definition at line 87 of file QuoteUpdate.Quote.h.

◆ orderQty() [2/2]

void orderQty ( Binary4 value)
inline

Order quantity.

Definition at line 93 of file QuoteUpdate.Quote.h.

◆ price() [1/2]

BinaryPrice price ( ) const
inline

Limit price.

Definition at line 75 of file QuoteUpdate.Quote.h.

◆ price() [2/2]

void price ( BinaryPrice value)
inline

Limit price.

Definition at line 81 of file QuoteUpdate.Quote.h.

◆ side() [1/2]

Side::Enum side ( ) const
inline

Side.

Definition at line 51 of file QuoteUpdate.Quote.h.

◆ side() [2/2]

void side ( Side::Enum value)
inline

Side.

Definition at line 57 of file QuoteUpdate.Quote.h.

◆ symbol() [1/2]

StrRef symbol ( ) const
inline

CFE native identifier of the instrument being quoted.

Definition at line 39 of file QuoteUpdate.Quote.h.

◆ symbol() [2/2]

void symbol ( StrRef value)
inline

CFE native identifier of the instrument being quoted.

Definition at line 45 of file QuoteUpdate.Quote.h.

◆ toString()

std::string toString ( ) const

Returns the text representation.

◆ Serializer

friend class Serializer
friend

Definition at line 111 of file QuoteUpdate.Quote.h.