OnixS C++ B3 BOE Binary Order Entry 1.4.0
Users' manual and API documentation
Loading...
Searching...
No Matches
OrderCategory Struct Reference

#include <OnixS/B3/BOE/messaging/Fields.h>

Public Types

enum  Enum
typedef Char Base

Static Public Member Functions

static std::string toString (Enum)

Detailed Description

Defines the type of interest behind a trade i.e. why a trade occurred.

FIX type: Char.

Definition at line 1893 of file Fields.h.

Member Typedef Documentation

◆ Base

typedef Char Base

Definition at line 1895 of file Fields.h.

Member Enumeration Documentation

◆ Enum

enum Enum

Defines the type of interest behind a trade i.e. why a trade occurred.

Enumerator
ResultOfOptionsExercise 'B' 

ResultOfOptionsExercise.

ResultOfAssignmentFromAnOptionsExercise 'C' 

ResultOfAssignmentFromAnOptionsExercise.

ResultOfAutomaticOptionsExercise 'D' 

ResultOfAutomaticOptionsExercise.

ResultOfMidpointOrder 'E' 

ResultOfMidpointOrder.

ResultOfBlockBookTrade 'F' 

ResultOfBlockBookTrade.

ResultOfTradeAtClose 'G' 

ResultOfTradeAtClose.

ResultOfTradeAtAverage 'H' 

ResultOfTradeAtAverage.

ImpliedOrder '7' 

ImpliedOrder.

Definition at line 1898 of file Fields.h.

Member Function Documentation

◆ toString()

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

Definition at line 3940 of file Serialization.h.