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

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

Public Types

enum  Enum
typedef UInt8 Base

Static Public Member Functions

static std::string toString (Enum)

Detailed Description

Identifies the code of reject negotiation.

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 0 

Unspecified.

Credentials 1 

Credentials.

FlowtypeNotSupported 2 

FlowtypeNotSupported.

AlreadyNegotiated 3 

AlreadyNegotiated.

SessionBlocked 4 

SessionBlocked.

InvalidSessionid 5 

InvalidSessionid.

InvalidSessionverid 6 

InvalidSessionverid.

InvalidTimestamp 7 

InvalidTimestamp.

InvalidFirm 8 

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 3814 of file Serialization.h.