OnixS C++ B3 BOE Binary Order Entry  1.2.0
API Documentation
NegotiationRejectCode Struct Reference

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

Public Types

enum  Enum {
  Unspecified = 0, Credentials = 1, FlowtypeNotSupported = 2, AlreadyNegotiated = 3,
  SessionBlocked = 4, InvalidSessionid = 5, InvalidSessionverid = 6, InvalidTimestamp = 7,
  InvalidFirm = 8, NegotiateNotAllowed = 20, DuplicateSessionConnection = 21, AuthenticationInProgress = 22,
  ProtocolVersionNotSupported = 23
}
 
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

typedef UInt8 Base

Definition at line 1175 of file Fields.h.

Member Enumeration Documentation

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 

NegotiateNotAllowed.

DuplicateSessionConnection 

DuplicateSessionConnection.

AuthenticationInProgress 

AuthenticationInProgress.

ProtocolVersionNotSupported 

ProtocolVersionNotSupported.

Definition at line 1178 of file Fields.h.

Member Function Documentation

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

Definition at line 3302 of file Serialization.h.


The documentation for this struct was generated from the following files: