OnixS ICE iMpact Multicast Price Feed Handler C++ library 8.18.0
API documentation
Loading...
Searching...
No Matches
BookDepth 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 102 of file Enumerations.h.

Member Enumeration Documentation

◆ Enum

enum Enum

Depth of order book constants.

Enumerator
FOD 

Full Order Depth.

TOP5PL 

Top 5 Price Level.

TOP10PL 

Top 10 Price Level.

TOB 

Top Of Book (Options Only).

Definition at line 105 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.