OnixS Eurex ETI Handler C++ library  9.19.0
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
 
std::string encryptedPassword
 
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 69 of file Logon.h.

std::string applicationSystemVendor

The vendor of the application system.

Definition at line 75 of file Logon.h.

std::string applicationSystemVersion

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

Definition at line 72 of file Logon.h.

ApplUsageOrders::Enum applUsageOrders

Type of order processing.

Definition at line 51 of file Logon.h.

ApplUsageQuotes::Enum applUsageQuotes

Type of quote processing.

Definition at line 54 of file Logon.h.

std::string encryptedPassword

Encrypted password.

If not set, password is used.

Definition at line 48 of file Logon.h.

std::string fixEngineName

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

Definition at line 60 of file Logon.h.

std::string fixEngineVendor

The name of the vendor providing the FIX infrastructure component.

Definition at line 66 of file Logon.h.

std::string fixEngineVersion

The version of the FIX infrastructure component.

Definition at line 63 of file Logon.h.

OrderRoutingIndicator::Enum orderRoutingIndicator

Indicates if the participant application is an order routing system.

Definition at line 57 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.

This password is used only if encryptedPassword is NOT set.

Definition at line 43 of file Logon.h.


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