public class ScheduledSessionParameters extends SessionParameters
APP_VERSION_PROPERTY, appVersionContainer, BACKUP_HOST_PROPERTY, BACKUP_PORT_PROPERTY, configuration, DEFAULT_SEQUENCE_NUM, defUseBlockingSockets, defUseJavaNIO, defUseSpinningRead, destinations, FIX_FIELD_LIST_PROPERTY, FIX_VERSION_PROPERTY, fixFieldList, fixVersionContainer, HEARTBEAT_INTERVAL_PROPERTY, heartbeatInterval, host, HOST_PROPERTY, IN_SEQ_NUMS_FOR_NEXT_CONNECT_PROPERTY, INCOMING_LOGIN_FIX_FIELD_LIST_PROPERTY, INCOMING_SEQUENCE_NUMBER_PROPERTY, incomingLoginFixFieldList, incomingSequenceNumber, LAST_SEQ_NUM_RESET_TIMESTAMP_PROPERTY, lastSeqNumResetTimestamp, OUT_SEQ_NUMS_FOR_NEXT_CONNECT_PROPERTY, OUTGOING_LOGIN_FIX_FIELD_LIST_PROPERTY, OUTGOING_SEQUENCE_NUMBER_PROPERTY, outgoingLoginFixFieldList, outgoingSequenceNumber, PASSWORD_PROPERTY, port, PORT_PROPERTY, SENDER_COMP_ID_PROPERTY, SENDER_LOCATION_ID_PROPERTY, SENDER_SUB_ID_PROPERTY, senderLocationId, senderSubId, SESSION_ID_PROPERTY, SESSION_QUALIFIER_PROPERTY, sessionID, sessionSSLCipherSuite, sessionSSLPeerCertificates, sessionSSLProtocol, SOCKET_CONNECT_ADDRESS_PREFIX_PROPERTY, TARGET_COMP_ID_PROPERTY, TARGET_LOCATION_ID_PROPERTY, TARGET_SUB_ID_PROPERTY, targetLocationId, targetSubId, timeZone, tradePeriodBegin, tradePeriodEnd, USERNAME_PROPERTY
Constructor and Description |
---|
ScheduledSessionParameters() |
Modifier and Type | Method and Description |
---|---|
FIXSession |
createAcceptorSession()
Creates acceptor session in disconnected state
|
FIXSession |
createInitiatorSession()
Creates initiator session
|
ScheduledFIXSession |
createNewFIXSession()
Deprecated.
use
createAcceptorSession() or createInitiatorSession() instead |
String |
getStartTimeExpr() |
String |
getStopTimeExpr() |
void |
setStartTimeExpr(String startTimeExpr) |
void |
setStopTimeExpr(String stopTimeExpr) |
addAllDestinations, addDestination, addDestination, addHeaderField, addOutgoingLoginField, addOutgoingLoginField, addOutgoingLoginField, addOutgoingLoginField, addOutgoingLoginField, addOutgoingLoginField, addOutgoingLoginField, addOutgoingLoginField, clone, disableInSeqNumsOnNextConnect, disableOutSeqNumsOnNextConnect, equals, fromConfiguration, fromProperties, getAppVersion, getAppVersionContainer, getBackupHost, getBackupPort, getConfiguration, getConnectivityParams, getCustomLoader, getDestinations, getEncryptionType, getFixFieldList, getFixVersion, getFixVersionContainer, getForceSeqNumReset, getHeartbeatInterval, getHost, getIncomingLoginFixFieldList, getIncomingPassword, getIncomingSequenceNumber, getIncomingUserName, getLastSeqNumResetTimestamp, getOutgoingLoginFixFieldList, getOutgoingSequenceNumber, getPassword, getPort, getSenderCompId, getSenderLocationId, getSenderSubId, getSessionId, getSessionID, getSessionQualifier, getSessionSSLCipherSuite, getSessionSSLPeerCertificates, getSessionSSLProtocol, getTargetCompId, getTargetLocationId, getTargetSubId, getTimeZone, getTradePeriodBegin, getTradePeriodEnd, getUserName, hashCode, hasPort, isCustomSessionID, isNeedToIncludeLastProcessed, isSetInSeqNumsOnNextConnect, isSetOutSeqNumsOnNextConnect, isSetSeqNumsOnNextConnect, isSimilar, isSimilar, isUseBlockingSocket, isUseJavaNIO, isUseJavaNIOByDefault, isUseSpinningRead, printConfiguration, removeAllDestinations, removeDestination, removeDestination, setAppVersion, setAppVersion, setAppVersion, setBackupHost, setBackupPort, setConfiguration, setCustomLoader, setEncryptionType, setFixFieldList, setFixVersion, setFixVersion, setFixVersion, setForceSeqNumReset, setHeartbeatInterval, setHost, setIncomingLoginFixFieldList, setIncomingSequenceNumber, setLastSeqNumResetTimestamp, setOutgoingLoginFixFieldList, setOutgoingSequenceNumber, setPassword, setPort, setSenderCompId, setSenderLocationId, setSenderSubId, setSessionID, setSessionQualifier, setSessionSSLCipherSuite, setSessionSSLPeerCertificates, setSessionSSLProtocol, setTargetCompId, setTargetLocationId, setTargetSubId, setTimeZone, setTradePeriodBegin, setTradePeriodEnd, setUserName, toProperties, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
clearTradePeriod, clearTradePeriodBegin, clearTradePeriodEnd, isOnlyPeriodBeginDefined, isTimestampAfterTradingPeriodBegin, isTimestampAfterTradingPeriodBegin, isTimestampAfterTradingPeriodEnd, isTimestampInTradingPeriod, isTradingPeriodDefined
public ScheduledFIXSession createNewFIXSession() throws IOException
createAcceptorSession()
or createInitiatorSession()
insteadSessionParameters
createNewFIXSession
in class SessionParameters
IOException
public FIXSession createInitiatorSession() throws IOException
SessionParameters
createInitiatorSession
in class SessionParameters
IOException
public FIXSession createAcceptorSession() throws IOException
SessionParameters
createAcceptorSession
in class SessionParameters
IOException
public String getStartTimeExpr()
public void setStartTimeExpr(String startTimeExpr)
public String getStopTimeExpr()
public void setStopTimeExpr(String stopTimeExpr)
Copyright © 2000–2022 EPAM Systems. All rights reserved.