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 TypeMethodDescriptionvoidvoidfromProperties(Properties properties) longlonglongvoidvoidvoidinitInSequenceWithStorageNumber(long inStorageSeqNum) Deprecated.voidsetInSeqNum(long inSeqNum) voidsetLastProcessedSeqNum(long lastProcessedSeqNum) voidsetOutgoingLogon(FIXFieldList outgoingLogon) voidsetOutSeqNum(long outSeqNum) voidsetSessionState(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
-