OnixS C++ B3 BOE Binary Order Entry 1.4.0
Users' manual and API documentation
Loading...
Searching...
No Matches
ExecuteUnderlyingTrade 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

Specifies if a simultaneous trade of the underlying is to be performed.

FIX type: Char.

Definition at line 838 of file Fields.h.

Member Typedef Documentation

◆ Base

typedef Char Base

Definition at line 840 of file Fields.h.

Member Enumeration Documentation

◆ Enum

enum Enum

Specifies if a simultaneous trade of the underlying is to be performed.

Enumerator
NoUnderlyingTrade '0' 

NoUnderlyingTrade.

UnderlyingOpposingTrade '1' 

UnderlyingOpposingTrade.

Definition at line 843 of file Fields.h.

Member Function Documentation

◆ toString()

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

Definition at line 3765 of file Serialization.h.