OnixS Eurex ETI Handler C++ library 9.28.0
Users' manual and API documentation
Loading...
Searching...
No Matches
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

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

◆ encryptedPassword

std::string encryptedPassword

Encrypted password.

If not set, password is used.

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