OnixS C++ B3 BOE Binary Order Entry 1.3.0
API Documentation
Loading...
Searching...
No Matches
NegotiationRejectCode 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 1173 of file Fields.h.

Member Typedef Documentation

◆ Base

typedef UInt8 Base

Definition at line 1175 of file Fields.h.

Member Enumeration Documentation

◆ Enum

enum Enum

Identifies the code of reject negotiation.

Enumerator
Unspecified 

Unspecified.

Credentials 

Credentials.

FlowtypeNotSupported 

FlowtypeNotSupported.

AlreadyNegotiated 

AlreadyNegotiated.

SessionBlocked 

SessionBlocked.

InvalidSessionid 

InvalidSessionid.

InvalidSessionverid 

InvalidSessionverid.

InvalidTimestamp 

InvalidTimestamp.

InvalidFirm 

InvalidFirm.

NegotiateNotAllowed 20 

NegotiateNotAllowed.

DuplicateSessionConnection 21 

DuplicateSessionConnection.

AuthenticationInProgress 22 

AuthenticationInProgress.

ProtocolVersionNotSupported 23 

ProtocolVersionNotSupported.

Definition at line 1178 of file Fields.h.

Member Function Documentation

◆ toString()

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

Definition at line 3429 of file Serialization.h.