OnixS ICE iMpact Multicast Price Feed Handler C++ library 8.18.0
API documentation
Loading...
Searching...
No Matches
TradingStatus Struct Reference

Public Types

enum  Enum

Static Public Member Functions

static Enum deserialize (const char *)
static const char * toString (Enum)

Detailed Description

Definition at line 377 of file Enumerations.h.

Member Enumeration Documentation

◆ Enum

enum Enum

Known trading statuses.

Enumerator
Undefined ' ' 

Trading status is not defined.

Open 'O' 

Trading is open.

Close 'C' 

Trading is closed.

Expired 'E' 

Trading is expired (only used for product/market definition messages).

PreOpen '1' 

Trading is about to be opened.

PreClose '2' 

Trading is about to be closed.

Suspended 'S' 

Trading is suspended.

Definition at line 380 of file Enumerations.h.

Member Function Documentation

◆ deserialize()

Enum deserialize ( const char * )
static

Deserializes constant from string representation.

◆ toString()

const char * toString ( Enum )
static

Returns string representation.