public class LogonResponse extends Object implements SessionMessage
SInt16NoValue, SInt32NoValue, SInt64NoValue, SInt8NoValue, UInt16NoValue, UInt32NoValue, UInt64NoValue, UInt8NoValue
Constructor and Description |
---|
LogonResponse()
Create new object.
|
Modifier and Type | Method and Description |
---|---|
void |
deserialize(DeserializerHelpers deserializerHelpers)
Deserialize message from Eurex ETI binary format.
|
String |
getDefaultCstmApplVerId()
Most recent version number of the ETI gateway software.
|
String |
getDefaultCstmApplVerSubId()
ETI subversion.
|
long |
getHeartBtInt()
Heartbeat interval in milliseconds as applied by the gateway.
|
long |
getLatestPublicKeySeqNo()
Sequence number of current public key.
|
MarketId |
getMarketId()
Market ID.
|
long |
getMsgSeqNum()
Message sequence number used by the participant for requests sent to the gateway.
|
String |
getPublicKey()
Public key.
|
long |
getRequestTime()
Gateway response out timestamp.
|
long |
getSendingTime()
Gateway response out timestamp.
|
long |
getSessionInstanceId()
Unique ID for the session instance assigned by the Eurex system during session logon.
|
TemplateId |
getTemplateId()
Returns message TemplateID.
|
long |
getThrottleDisconnectLimit()
Disconnect limit - maximum number of sequential message rejects allowed by the Eurex ETI.
|
long |
getThrottleNoMsgs()
Transaction limit per ThrottleTimeInterval (1614).
|
long |
getThrottleTimeInterval()
Throttle time interval in number of milliseconds; applicable for transaction limit.
|
TradSesMode |
getTradSesMode()
Trading session mode.
|
void |
notify(MessageListener listener)
Notify message listener.
|
void |
serialize(SerializerHelpers serializerHelpers)
Serialize message to Eurex ETI binary format.
|
LogonResponse |
setDefaultCstmApplVerId(String value) |
LogonResponse |
setDefaultCstmApplVerSubId(String value) |
LogonResponse |
setHeartBtInt(long value) |
LogonResponse |
setLatestPublicKeySeqNo(long value) |
LogonResponse |
setMarketId(MarketId value) |
void |
setMsgSeqNum(long value)
Set message sequence number.
|
LogonResponse |
setPublicKey(String value) |
void |
setRequestTime(long value) |
void |
setSendingTime(long value) |
LogonResponse |
setSessionInstanceId(long value) |
LogonResponse |
setThrottleDisconnectLimit(long value) |
LogonResponse |
setThrottleNoMsgs(long value) |
LogonResponse |
setThrottleTimeInterval(long value) |
LogonResponse |
setTradSesMode(TradSesMode value) |
String |
toString()
Returns a string representation.
|
public String toString()
public TemplateId getTemplateId()
getTemplateId
in interface Message
public void serialize(SerializerHelpers serializerHelpers) throws IOException
serialize
in interface Message
IOException
public void deserialize(DeserializerHelpers deserializerHelpers) throws IOException
deserialize
in interface Message
IOException
public void notify(MessageListener listener)
public long getMsgSeqNum()
getMsgSeqNum
in interface Message
public void setMsgSeqNum(long value)
Message
setMsgSeqNum
in interface Message
public long getSendingTime()
public void setSendingTime(long value)
public long getRequestTime()
public void setRequestTime(long value)
public long getThrottleTimeInterval()
public LogonResponse setThrottleTimeInterval(long value)
public long getThrottleNoMsgs()
public LogonResponse setThrottleNoMsgs(long value)
public long getThrottleDisconnectLimit()
public LogonResponse setThrottleDisconnectLimit(long value)
public long getHeartBtInt()
public LogonResponse setHeartBtInt(long value)
public long getSessionInstanceId()
public LogonResponse setSessionInstanceId(long value)
public long getLatestPublicKeySeqNo()
public LogonResponse setLatestPublicKeySeqNo(long value)
public MarketId getMarketId()
public LogonResponse setMarketId(MarketId value)
public TradSesMode getTradSesMode()
public LogonResponse setTradSesMode(TradSesMode value)
public String getDefaultCstmApplVerId()
public LogonResponse setDefaultCstmApplVerId(String value)
public String getDefaultCstmApplVerSubId()
public LogonResponse setDefaultCstmApplVerSubId(String value)
public String getPublicKey()
public LogonResponse setPublicKey(String value)
Copyright © 2012–2024 Onix Solutions. All rights reserved.