|
||||||||||
| PREV CLASS NEXT CLASS | All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.teraspaces.qwfix.FIXRemoteReplicatorSessionSettings
public final class FIXRemoteReplicatorSessionSettings
Represents information about how to remotely synchronize FIX message communication of a specific FIX session from the remote system running in production mode.
| Constructor Summary | |
|---|---|
FIXRemoteReplicatorSessionSettings(String sessionName,
FIXSessionDirection direction,
boolean synchronize,
String filterXml)
Instantiates a new fIX remote replicator session settings. |
|
| Method Summary | |
|---|---|
FIXSessionDirection |
getDirection()
Gets the direction. |
String |
getFilterXml()
Reserved for future use. |
String |
getSessionName()
Gets the session name. |
boolean |
getSynchronize()
Gets a value indicating whether the FIX message for that session should be remotely synchronized. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FIXRemoteReplicatorSessionSettings(String sessionName,
FIXSessionDirection direction,
boolean synchronize,
String filterXml)
sessionName - the session namedirection - the directionsynchronize - the synchronizefilterXml - the filter XML, reserved for future use| Method Detail |
|---|
public String getSessionName()
public FIXSessionDirection getDirection()
public boolean getSynchronize()
public String getFilterXml()
|
||||||||||
| PREV CLASS NEXT CLASS | All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||