OnixS Eurex ETI Handler C++ library 9.25.0
API documentation
Loading...
Searching...
No Matches
Logon.h
Go to the documentation of this file.
1/*
2 * Copyright Onix Solutions Limited [OnixS]. All rights reserved.
3 *
4 * This software owned by Onix Solutions Limited [OnixS] and is protected by copyright law
5 * and international copyright treaties.
6 *
7 * Access to and use of the software is governed by the terms of the applicable ONIXS Software
8 * Services Agreement (the Agreement) and Customer end user license agreements granting
9 * a non-assignable, non-transferable and non-exclusive license to use the software
10 * for it's own data processing purposes under the terms defined in the Agreement.
11 *
12 * Except as otherwise granted within the terms of the Agreement, copying or reproduction of any
13 * part of this source code or associated reference material to any other location for further
14 * reproduction or redistribution, and any amendments to this copyright notice, are expressly
15 * prohibited.
16 *
17 * Any reproduction or redistribution for sale or hiring of the Software not in accordance with
18 * the terms of the Agreement is a violation of copyright law.
19 */
20
21#pragma once
22
25#include "OnixS/Eurex/Trading/Export.h"
26
27namespace OnixS { namespace Eurex { namespace Trading {
28
30class ONIXS_EUREX_ETI_EXPORT Logon
31{
32public:
35
38
42 std::string password;
43
47 std::string encryptedPassword;
48
51
54
57
59 std::string fixEngineName;
60
62 std::string fixEngineVersion;
63
65 std::string fixEngineVendor;
66
69
72
75
77 std::string toString() const;
78};
79
80ONIXS_EUREX_ETI_EXPORT std::ostream& operator<<(std::ostream&, const Logon&);
81
82}}} // namespace OnixS::Eurex::Trading
Initial logon message parameters.
Definition Logon.h:31
std::string applicationSystemVersion
The version of the application system being used to initiate Eurex ETI application messages.
Definition Logon.h:71
std::string encryptedPassword
Definition Logon.h:47
std::string fixEngineName
The name of the infrastructure component being used for session level communication.
Definition Logon.h:59
std::string fixEngineVendor
The name of the vendor providing the FIX infrastructure component.
Definition Logon.h:65
std::string toString() const
Returns string representation.
ApplUsageOrders::Enum applUsageOrders
Type of order processing.
Definition Logon.h:50
std::string applicationSystemName
The name of the application system being used to generate Eurex ETI application messages.
Definition Logon.h:68
std::string fixEngineVersion
The version of the FIX infrastructure component.
Definition Logon.h:62
UInt32 partyIdSessionId
Identification of a Trading Session provided by Eurex to a certain business unit.
Definition Logon.h:37
ApplUsageQuotes::Enum applUsageQuotes
Type of quote processing.
Definition Logon.h:53
std::string applicationSystemVendor
The vendor of the application system.
Definition Logon.h:74
OrderRoutingIndicator::Enum orderRoutingIndicator
Indicates if the participant application is an order routing system.
Definition Logon.h:56
Logon()
Initialize default instance.
std::ostream & operator<<(std::ostream &, const ConnectionStateChange &)
Make it printable to formatted C++ I/O streams.
unsigned int UInt32
Definition Defines.h:45
Enum
Indicates if the participant application is an order routing system.