OnixS ICE iMpact Multicast Price Feed Handler C++ library  8.15.1
API documentation
TradingStatus Struct Reference

#include <Enumerations.h>

Public Types

enum  Enum {
  Undefined = ' ', Open = 'O', Close = 'C', Expired = 'E',
  PreOpen = '1', PreClose = '2', Suspended = 'S'
}
 

Static Public Member Functions

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

Detailed Description

Definition at line 374 of file Enumerations.h.

Member Enumeration Documentation

enum Enum

Known trading statuses.

Enumerator
Undefined 

Trading status is not defined.

Open 

Trading is open.

Close 

Trading is closed.

Expired 

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

PreOpen 

Trading is about to be opened.

PreClose 

Trading is about to be closed.

Suspended 

Trading is suspended.

Definition at line 377 of file Enumerations.h.

Member Function Documentation

static Enum deserialize ( const char *  )
static

Deserializes constant from string representation.

static const char* toString ( Enum  )
static

Returns string representation.


The documentation for this struct was generated from the following file: