public class ThrottleUpdateNotification extends Object implements SessionMessage
SInt16NoValue, SInt32NoValue, SInt64NoValue, SInt8NoValue, UInt16NoValue, UInt32NoValue, UInt64NoValue, UInt8NoValue
Constructor and Description |
---|
ThrottleUpdateNotification()
Create new object.
|
Modifier and Type | Method and Description |
---|---|
void |
deserialize(DeserializerHelpers deserializerHelpers)
Deserialize message from Eurex ETI binary format.
|
long |
getMsgSeqNum()
Message sequence number used by the participant for requests sent to the gateway.
|
long |
getSendingTime()
Gateway response out timestamp.
|
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.
|
void |
notify(MessageListener listener)
Notify message listener.
|
void |
serialize(SerializerHelpers serializerHelpers)
Serialize message to Eurex ETI binary format.
|
void |
setMsgSeqNum(long value)
Set message sequence number.
|
void |
setSendingTime(long value) |
ThrottleUpdateNotification |
setThrottleDisconnectLimit(long value) |
ThrottleUpdateNotification |
setThrottleNoMsgs(long value) |
ThrottleUpdateNotification |
setThrottleTimeInterval(long value) |
String |
toString()
Returns a string representation.
|
public ThrottleUpdateNotification()
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 getThrottleTimeInterval()
public ThrottleUpdateNotification setThrottleTimeInterval(long value)
public long getThrottleNoMsgs()
public ThrottleUpdateNotification setThrottleNoMsgs(long value)
public long getThrottleDisconnectLimit()
public ThrottleUpdateNotification setThrottleDisconnectLimit(long value)
Copyright © 2012–2024 Onix Solutions. All rights reserved.