|
||||||||||
| PREV CLASS NEXT CLASS | All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.teraspaces.qwfix.ordermanager.FIXOrderManagerSettings
public final class FIXOrderManagerSettings
Represents a group of configurable settings of an "Order Manager" associated with an instance of FIXEngine.
| Constructor Summary | |
|---|---|
FIXOrderManagerSettings()
Instantiates a new fIX order manager settings. |
|
| Method Summary | |
|---|---|
void |
addSessionSettings(FIXSessionOrderManagerSettings settings)
Adds a session order manager settings. |
static FIXOrderManagerSettings |
fromXml(Element e,
FIXEngineSettings engineSettings,
com.teraspaces.visuallambda.VisualLambdaModuleFactory loader)
Deserializes the FIXOrderManagerSettings from an XML Element. |
List<FIXSessionOrderManagerSettings> |
getSessionSettings()
Gets the list of all session order manager settings associated with the engine. |
FIXSessionOrderManagerSettings |
getSessionSettings(FIXSession session)
Gets the session order manager settings. |
FIXSessionOrderManagerSettings |
getSessionSettings(String sessionName,
FIXSessionDirection sessionDirection)
Gets the session order manager settings. |
void |
removeSessionSettings(String sessionName,
FIXSessionDirection sessionDirection)
Removes the session settings. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FIXOrderManagerSettings()
| Method Detail |
|---|
public void addSessionSettings(FIXSessionOrderManagerSettings settings)
settings - the settings
public FIXSessionOrderManagerSettings getSessionSettings(String sessionName,
FIXSessionDirection sessionDirection)
sessionName - the session namesessionDirection - the session direction
public FIXSessionOrderManagerSettings getSessionSettings(FIXSession session)
session - the session
public void removeSessionSettings(String sessionName,
FIXSessionDirection sessionDirection)
sessionName - the session namesessionDirection - the session direction
public static FIXOrderManagerSettings fromXml(Element e,
FIXEngineSettings engineSettings,
com.teraspaces.visuallambda.VisualLambdaModuleFactory loader)
e - the XML elementengineSettings - the engine settingsloader - the loader
public List<FIXSessionOrderManagerSettings> getSessionSettings()
|
||||||||||
| PREV CLASS NEXT CLASS | All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||