public class ExsimFeedConfig extends Object
ExsimFeedModule.| Constructor and Description |
|---|
ExsimFeedConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAppDataDictionary()
Get the appDataDictionary value.
|
String |
getDataDictionary()
Get the dataDictionary value.
|
String |
getEndTime()
Get the endTime value.
|
String |
getFixAplVersion()
Get the fixAplVersion value.
|
String |
getFixVersion()
Get the fixVersion value.
|
int |
getHeartBtInt()
Get the heartBtInt value.
|
String |
getHostname()
Get the hostname value.
|
int |
getPort()
Get the port value.
|
int |
getReconnectInterval()
Get the reconnectInterval value.
|
String |
getSenderCompId()
Get the senderCompId value.
|
quickfix.SessionID |
getSessionId()
Get the sessionId value.
|
String |
getStartTime()
Get the startTime value.
|
String |
getTargetCompId()
Get the targetCompId value.
|
String |
getTimeZone()
Get the timeZone value.
|
void |
setAppDataDictionary(String inAppDataDictionary)
Sets the appDataDictionary value.
|
void |
setDataDictionary(String inDataDictionary)
Sets the dataDictionary value.
|
void |
setEndTime(String inEndTime)
Sets the endTime value.
|
void |
setFixAplVersion(String inFixAplVersion)
Sets the fixAplVersion value.
|
void |
setFixVersion(String inFixVersion)
Sets the fixVersion value.
|
void |
setHeartBtInt(int inHeartBtInt)
Sets the heartBtInt value.
|
void |
setHostname(String inHostname)
Sets the hostname value.
|
void |
setPort(int inPort)
Sets the port value.
|
void |
setReconnectInterval(int inReconnectInterval)
Sets the reconnectInterval value.
|
void |
setSenderCompId(String inSenderCompId)
Sets the senderCompId value.
|
void |
setStartTime(String inStartTime)
Sets the startTime value.
|
void |
setTargetCompId(String inTargetCompId)
Sets the targetCompId value.
|
void |
setTimeZone(String inTimeZone)
Sets the timeZone value.
|
void |
start()
Validate and start the object.
|
public String getSenderCompId()
String valuepublic void setSenderCompId(String inSenderCompId)
inSenderCompId - a String valuepublic String getTargetCompId()
String valuepublic void setTargetCompId(String inTargetCompId)
inTargetCompId - a String valuepublic String getHostname()
String valuepublic void setHostname(String inHostname)
inHostname - a String valuepublic int getPort()
int valuepublic void setPort(int inPort)
inPort - an int valuepublic String getFixVersion()
String valuepublic void setFixVersion(String inFixVersion)
inFixVersion - a String valuepublic String getFixAplVersion()
String valuepublic void setFixAplVersion(String inFixAplVersion)
inFixAplVersion - a String valuepublic String getAppDataDictionary()
String valuepublic void setAppDataDictionary(String inAppDataDictionary)
inAppDataDictionary - a String valuepublic int getReconnectInterval()
int valuepublic void setReconnectInterval(int inReconnectInterval)
inReconnectInterval - an int valuepublic int getHeartBtInt()
int valuepublic void setHeartBtInt(int inHeartBtInt)
inHeartBtInt - an int valuepublic String getStartTime()
String valuepublic void setStartTime(String inStartTime)
inStartTime - a String valuepublic String getEndTime()
String valuepublic void setEndTime(String inEndTime)
inEndTime - a String valuepublic String getTimeZone()
String valuepublic void setTimeZone(String inTimeZone)
inTimeZone - a String valuepublic String getDataDictionary()
String valuepublic void setDataDictionary(String inDataDictionary)
inDataDictionary - a String valuepublic quickfix.SessionID getSessionId()
SessionID value@PostConstruct public void start()
Copyright © 2019. All rights reserved.