public class FIXSessionRuntimeState extends Object
Modifier and Type | Field and Description |
---|---|
static long |
INIT_SEQ_NUM |
static String |
STATE_IN_SEQ_NUM_PROPERTY |
static String |
STATE_LAST_PROCESSED_SEQ_NUM_PROPERTY |
static String |
STATE_OUT_SEQ_NUM_PROPERTY |
Constructor and Description |
---|
FIXSessionRuntimeState() |
Modifier and Type | Method and Description |
---|---|
void |
decrementInSeqNum() |
void |
fromProperties(Properties properties) |
long |
getInSeqNum() |
long |
getLastProcessedSeqNum() |
FIXFieldList |
getOutgoingLogon() |
long |
getOutSeqNum() |
SessionState |
getSessionState() |
void |
incrementInSeqNum() |
void |
incrementOutSeqNum() |
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) |
Properties |
toProperties() |
public static final long INIT_SEQ_NUM
public static final String STATE_IN_SEQ_NUM_PROPERTY
public static final String STATE_OUT_SEQ_NUM_PROPERTY
public static final String STATE_LAST_PROCESSED_SEQ_NUM_PROPERTY
public long getInSeqNum()
public void setInSeqNum(long inSeqNum)
public long getOutSeqNum()
public void setOutSeqNum(long outSeqNum)
public long getLastProcessedSeqNum()
public void setLastProcessedSeqNum(long lastProcessedSeqNum)
public SessionState getSessionState()
public void setSessionState(SessionState sessionState)
@Deprecated public void initInSequenceWithStorageNumber(long inStorageSeqNum)
public void decrementInSeqNum()
public Properties toProperties()
public void fromProperties(Properties properties)
public void incrementInSeqNum()
public void incrementOutSeqNum()
public FIXFieldList getOutgoingLogon()
public void setOutgoingLogon(FIXFieldList outgoingLogon)
Copyright © 2000–2022 EPAM Systems. All rights reserved.