OnixS Eurex ETI Handler C++ library 9.25.0
API documentation
Loading...
Searching...
No Matches
Logon Class Reference

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 30 of file Logon.h.

Constructor & Destructor Documentation

◆ Logon()

Logon ( )

Initialize default instance.

Member Function Documentation

◆ toString()

std::string toString ( ) const

Returns string representation.

Member Data Documentation

◆ applicationSystemName

std::string applicationSystemName

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

Definition at line 68 of file Logon.h.

◆ applicationSystemVendor

std::string applicationSystemVendor

The vendor of the application system.

Definition at line 74 of file Logon.h.

◆ applicationSystemVersion

std::string applicationSystemVersion

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

Definition at line 71 of file Logon.h.

◆ applUsageOrders

ApplUsageOrders::Enum applUsageOrders

Type of order processing.

Definition at line 50 of file Logon.h.

◆ applUsageQuotes

ApplUsageQuotes::Enum applUsageQuotes

Type of quote processing.

Definition at line 53 of file Logon.h.

◆ encryptedPassword

std::string encryptedPassword

Encrypted password.

If not set, password is used.

Definition at line 47 of file Logon.h.

◆ fixEngineName

std::string fixEngineName

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

Definition at line 59 of file Logon.h.

◆ fixEngineVendor

std::string fixEngineVendor

The name of the vendor providing the FIX infrastructure component.

Definition at line 65 of file Logon.h.

◆ fixEngineVersion

std::string fixEngineVersion

The version of the FIX infrastructure component.

Definition at line 62 of file Logon.h.

◆ orderRoutingIndicator

OrderRoutingIndicator::Enum orderRoutingIndicator

Indicates if the participant application is an order routing system.

Definition at line 56 of file Logon.h.

◆ partyIdSessionId

UInt32 partyIdSessionId

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

Definition at line 37 of file Logon.h.

◆ password

std::string password

Password.

This password is used only if encryptedPassword is NOT set.

Definition at line 42 of file Logon.h.