OnixS Eurex ETI Handler C++ library  9.15.1
API documentation
Logon Class Reference

#include <OnixS/Eurex/Trading/Logon.h>

Public Member Functions

 Logon ()
 
std::string toString () const
 

Public Attributes

UInt32 partyIdSessionId
 
std::string password
 
ApplUsageOrders::Enum applUsageOrders
 
ApplUsageQuotes::Enum applUsageQuotes
 
OrderRoutingIndicator::Enum orderRoutingIndicator
 
std::string fixEngineName
 
std::string fixEngineVersion
 
std::string fixEngineVendor
 
std::string applicationSystemName
 
std::string applicationSystemVersion
 
std::string applicationSystemVendor
 

Detailed Description

Definition at line 31 of file Logon.h.

Constructor & Destructor Documentation

Logon ( )

Initialize default instance.

Member Function Documentation

std::string toString ( ) const

Returns string representation.

Member Data Documentation

std::string applicationSystemName

The name of the application system being used to generate Eurex ETI application messages.

Definition at line 62 of file Logon.h.

std::string applicationSystemVendor

The vendor of the application system.

Definition at line 68 of file Logon.h.

std::string applicationSystemVersion

The version of the application system being used to initiate Eurex ETI application messages.

Definition at line 65 of file Logon.h.

ApplUsageOrders::Enum applUsageOrders

Type of order processing.

Definition at line 44 of file Logon.h.

ApplUsageQuotes::Enum applUsageQuotes

Type of quote processing.

Definition at line 47 of file Logon.h.

std::string fixEngineName

The name of the infrastructure component being used for session level communication.

Definition at line 53 of file Logon.h.

std::string fixEngineVendor

The name of the vendor providing the FIX infrastructure component.

Definition at line 59 of file Logon.h.

std::string fixEngineVersion

The version of the FIX infrastructure component.

Definition at line 56 of file Logon.h.

OrderRoutingIndicator::Enum orderRoutingIndicator

Indicates if the participant application is an order routing system.

Definition at line 50 of file Logon.h.

UInt32 partyIdSessionId

Identification of a Trading Session provided by Eurex to a certain business unit.

Definition at line 38 of file Logon.h.

std::string password

Password.

Definition at line 41 of file Logon.h.


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