OnixS C++ B3 BOE Binary Order Entry 1.3.0
API Documentation
Loading...
Searching...
No Matches
FlowType Struct Reference

Public Types

enum  Enum
typedef UInt8 Base

Static Public Member Functions

static std::string toString (Enum)

Detailed Description

FIX type: Int.

Definition at line 1142 of file Fields.h.

Member Typedef Documentation

◆ Base

typedef UInt8 Base

Definition at line 1144 of file Fields.h.

Member Enumeration Documentation

◆ Enum

enum Enum

Type of message flow from client to server or from server to client.

Enumerator
None 

None.

Recoverable 

Recoverable.

Unsequenced 

Unsequenced.

Idempotent 

Idempotent.

Definition at line 1147 of file Fields.h.

Member Function Documentation

◆ toString()

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

Definition at line 3422 of file Serialization.h.