public class LogonRequest extends Object implements SessionMessage
SInt16NoValue, SInt32NoValue, SInt64NoValue, SInt8NoValue, UInt16NoValue, UInt32NoValue, UInt64NoValue, UInt8NoValue| Constructor and Description |
|---|
LogonRequest()
Create new object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(DeserializerHelpers deserializerHelpers)
Deserialize message from Eurex ETI binary format.
|
CharSequence |
getDefaultCstmApplVerId()
Most recent version number of the ETI gateway software.
|
long |
getHeartBtInt()
Heartbeat interval in milliseconds as applied by the gateway.
|
long |
getMsgSeqNum()
Message sequence number used by the participant for requests sent to the gateway.
|
long |
getPartyIdSessionId()
Identification of a Trading Session provided by Eurex to a certain business unit.
|
CharSequence |
getPassword()
Password.
|
TemplateId |
getTemplateId()
Returns message TemplateID.
|
void |
notify(MessageListener listener)
Notify message listener.
|
void |
serialize(SerializerHelpers serializerHelpers)
Serialize message to Eurex ETI binary format.
|
LogonRequest |
setDefaultCstmApplVerId(CharSequence value) |
LogonRequest |
setHeartBtInt(long value) |
void |
setMsgSeqNum(long value)
Set message sequence number.
|
LogonRequest |
setPartyIdSessionId(long value) |
LogonRequest |
setPassword(CharSequence value) |
String |
toString()
Returns a string representation.
|
public String toString()
public TemplateId getTemplateId()
getTemplateId in interface Messagepublic void serialize(SerializerHelpers serializerHelpers) throws IOException
serialize in interface MessageIOExceptionpublic void deserialize(DeserializerHelpers deserializerHelpers) throws IOException
deserialize in interface MessageIOExceptionpublic void notify(MessageListener listener)
public long getMsgSeqNum()
getMsgSeqNum in interface Messagepublic void setMsgSeqNum(long value)
MessagesetMsgSeqNum in interface Messagepublic long getHeartBtInt()
public LogonRequest setHeartBtInt(long value)
public long getPartyIdSessionId()
public LogonRequest setPartyIdSessionId(long value)
public CharSequence getDefaultCstmApplVerId()
public LogonRequest setDefaultCstmApplVerId(CharSequence value)
public CharSequence getPassword()
public LogonRequest setPassword(CharSequence value)
Copyright © 2012–2026 Onix Solutions. All rights reserved.