OnixS C++ CBOE CFE Binary Order Entry (BOE) Handler  1.11.0
API documentation
LoginRequest Struct Reference

#include <OnixS/CboeCFE/Trading/BOE/Messages/Out/SessionMessages.Out.h>

Public Member Functions

MessageType::Enum type () const ONIXS_BATS_BOE_NOEXCEPT ONIXS_BATS_BOE_OVERRIDE
 
void validate () const ONIXS_BATS_BOE_OVERRIDE
 
std::string toString () const ONIXS_BATS_BOE_OVERRIDE
 
void toString (std::string &) const ONIXS_BATS_BOE_OVERRIDE
 
void fillFrom (const LogonSettings &logonSettings)
 
size_t serializeTo (unsigned char *) const ONIXS_BATS_BOE_NOEXCEPT ONIXS_BATS_BOE_OVERRIDE
 

Public Attributes

Alphanumeric< 4 > sessionId
 
Alphanumeric< 4 > sessionSubId
 
Alphanumeric< 10 > password
 
ReplayUnspecifiedUnit::Enum replayUnspecifiedUnit
 
std::vector< Unitunits
 

Detailed Description

Definition at line 32 of file SessionMessages.Out.h.

Member Function Documentation

void fillFrom ( const LogonSettings logonSettings)
size_t serializeTo ( unsigned char *  ) const
virtual

Implements OutgoingMessage.

std::string toString ( ) const
virtual

Returns the text representation.

Implements OutgoingMessage.

void toString ( std::string &  ) const
virtual

The text representation.

Implements OutgoingMessage.

MessageType::Enum type ( ) const
inlinevirtual

Returns message type.

Implements OutgoingMessage.

Definition at line 47 of file SessionMessages.Out.h.

void validate ( ) const
inlinevirtual

Validates message data Throws std::invalid_argument exception if message content is invalid.

Implements OutgoingMessage.

Definition at line 49 of file SessionMessages.Out.h.

Member Data Documentation

Alphanumeric<10> password

Definition at line 41 of file SessionMessages.Out.h.

ReplayUnspecifiedUnit::Enum replayUnspecifiedUnit

Definition at line 43 of file SessionMessages.Out.h.

Alphanumeric<4> sessionId

Definition at line 35 of file SessionMessages.Out.h.

Alphanumeric<4> sessionSubId

Definition at line 38 of file SessionMessages.Out.h.

std::vector<Unit> units

Definition at line 45 of file SessionMessages.Out.h.


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