OnixS C++ B3 Binary UMDF Market Data Handler  1.3.0
API documentation
TradingSessionSubID Struct Reference

#include <OnixS/B3/MarketData/UMDF/messaging/Fields.h>

Public Types

enum  Enum {
  PAUSE = 2, CLOSE = 4, OPEN = 17, FORBIDDEN = 18,
  UNKNOWN_OR_INVALID = 20, RESERVED = 21, FINAL_CLOSING_CALL = 101
}
 
typedef UInt8 Base
 

Static Public Member Functions

static ONIXS_B3_UMDF_MD_NODISCARD std::string toString (Enum)
 

Detailed Description

FIX type: Int.

Definition at line 656 of file Fields.h.

Member Typedef Documentation

typedef UInt8 Base

Definition at line 658 of file Fields.h.

Member Enumeration Documentation

enum Enum

Status related to a given Instrument or phase related to a SecurityGroup where the instrument belongs to.

Enumerator
PAUSE 

Trading Halt (Pause)..

CLOSE 

No-Open (Close)..

OPEN 

Ready To Trade (Open)..

FORBIDDEN 

Not Available For Trading (Forbidden)..

UNKNOWN_OR_INVALID 

Unknown Or Invalid..

RESERVED 

Pre Open (Reserved)..

FINAL_CLOSING_CALL 

Final Closing Call..

Definition at line 661 of file Fields.h.

Member Function Documentation

std::string toString ( TradingSessionSubID::Enum  value)
inlinestatic
Returns
a human-readable presentation.

Definition at line 2212 of file Serialization.h.


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