Package com.epam.fixengine
Class FIXSessionRuntimeState
java.lang.Object
com.epam.fixengine.FIXSessionRuntimeState
Created by wed on 12.05.2014.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
fromProperties
(Properties properties) long
long
long
void
void
void
initInSequenceWithStorageNumber
(long inStorageSeqNum) Deprecated.void
setInSeqNum
(long inSeqNum) void
setLastProcessedSeqNum
(long lastProcessedSeqNum) void
setOutgoingLogon
(FIXFieldList outgoingLogon) void
setOutSeqNum
(long outSeqNum) void
setSessionState
(SessionState sessionState)
-
Field Details
-
INIT_SEQ_NUM
public static final long INIT_SEQ_NUM- See Also:
-
STATE_IN_SEQ_NUM_PROPERTY
- See Also:
-
STATE_OUT_SEQ_NUM_PROPERTY
- See Also:
-
STATE_LAST_PROCESSED_SEQ_NUM_PROPERTY
- See Also:
-
-
Constructor Details
-
FIXSessionRuntimeState
public FIXSessionRuntimeState()
-
-
Method Details
-
getInSeqNum
public long getInSeqNum() -
setInSeqNum
public void setInSeqNum(long inSeqNum) -
getOutSeqNum
public long getOutSeqNum() -
setOutSeqNum
public void setOutSeqNum(long outSeqNum) -
getLastProcessedSeqNum
public long getLastProcessedSeqNum() -
setLastProcessedSeqNum
public void setLastProcessedSeqNum(long lastProcessedSeqNum) -
getSessionState
-
setSessionState
-
initInSequenceWithStorageNumber
Deprecated. -
decrementInSeqNum
public void decrementInSeqNum() -
toProperties
-
fromProperties
-
incrementInSeqNum
public void incrementInSeqNum() -
incrementOutSeqNum
public void incrementOutSeqNum() -
getOutgoingLogon
-
setOutgoingLogon
-