public interface ILink3Connection extends FixPConnection
FixPConnection.StateNOT_AWAITING_RETRANSMIT| Modifier and Type | Method and Description |
|---|---|
long |
lastUuid()
Gets the UUID of the last success connection for this session.
|
long |
nextRetransmitSeqNo()
Gets the next sequence number that Artio expects to received in the current retransmit request.
|
long |
retransmitFillSeqNo()
Gets the next received sequence number that will fill the current retransmit request.
|
void |
terminate(java.lang.String shutdown,
int errorCodes)
Initiate a termination.
|
long |
tryRetransmitRequest(long uuid,
long fromSeqNo,
int msgCount)
Send a custom retransmit request.
|
long |
uuid()
Gets the UUID of the current connection for this session.
|
abort, canSendMessage, commit, connectionId, counterpartyKeepAliveIntervalInMs, isConnected, key, nextRecvSeqNo, nextRecvSeqNo, nextSentSeqNo, nextSentSeqNo, ourKeepAliveIntervalInMs, requestDisconnect, state, tryClaim, tryClaim, trySendSequencevoid terminate(java.lang.String shutdown,
int errorCodes)
shutdown - the shutdown text to send in the Terminate messageerrorCodes - the error codes to send in the Terminate messagelong uuid()
long lastUuid()
long tryRetransmitRequest(long uuid,
long fromSeqNo,
int msgCount)
uuid - the UUID of the connection to request a retransmit request. This doesn't necessarily have to be the
current UUID, but it does have to be one for the same session on the same market segment.fromSeqNo - the sequence number to start from.msgCount - the number of messages to request a retransmit of.long retransmitFillSeqNo()
long nextRetransmitSeqNo()
Copyright © 2015-2022 Real Logic Limited. All Rights Reserved.