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

#include <Enumerations.h>

Public Types

enum  Enum { Undefined = ' ', BiddingTooHigh = 'Y', AskingTooLow = 'N' }
 

Static Public Member Functions

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

Detailed Description

Definition at line 491 of file Enumerations.h.

Member Enumeration Documentation

enum Enum

Known IPL bound violation types.

Enumerator
Undefined 

N/A when end of hold.

BiddingTooHigh 

IPL Upper bound violation (Bidding too high).

AskingTooLow 

IPL Lower bound violation (Asking too low).

Definition at line 494 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: