|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.marketcetera.ors.brokers.Broker
public class Broker
The in-memory representation of a single broker.
| Constructor Summary | |
|---|---|
Broker(SpringBroker springBroker,
ReportHistoryServices historyServices)
Creates a new broker based on the given configuration. |
|
| Method Summary | |
|---|---|
BrokerID |
getBrokerID()
Returns the receiver's broker ID. |
DataDictionary |
getDataDictionary()
Returns the receiver's QuickFIX/J data dictionary. |
FIXDataDictionary |
getFIXDataDictionary()
Returns the receiver's FIX data dictionary. |
FIXMessageAugmentor |
getFIXMessageAugmentor()
Returns the receiver's FIX message augmentor. |
FIXMessageFactory |
getFIXMessageFactory()
Returns the receiver's FIX message factory. |
FIXVersion |
getFIXVersion()
Returns the receiver's FIX version. |
boolean |
getLoggedOn()
Returns the receiver's logon flag. |
MessageModifierManager |
getModifiers()
Returns the receiver's message modifier manager. |
String |
getName()
Returns the receiver's name. |
MessageModifierManager |
getPreSendModifiers()
Returns the receiver's pre-sending message modifier manager. |
MessageModifierManager |
getResponseModifiers()
Returns the receiver's response message modifier manager. |
MessageRouteManager |
getRoutes()
Returns the receiver's route manager. |
Session |
getSession()
Returns the receiver's QuickFIX/J session. |
SessionID |
getSessionID()
Returns the receiver's QuickFIX/J session ID. |
SpringBroker |
getSpringBroker()
Returns the receiver's configuration. |
BrokerStatus |
getStatus()
Returns the receiver's status. |
void |
logMessage(Message msg)
Logs the given message, analyzed using the receiver's data dictionary, at the debugging level. |
void |
setLoggedOn(boolean loggedOn)
Sets the receiver's logon flag to the given value. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Broker(SpringBroker springBroker,
ReportHistoryServices historyServices)
springBroker - The configuration.historyServices - The report history services provider.| Method Detail |
|---|
public SpringBroker getSpringBroker()
public BrokerStatus getStatus()
public String getName()
public BrokerID getBrokerID()
public SessionID getSessionID()
public Session getSession()
public DataDictionary getDataDictionary()
public MessageModifierManager getModifiers()
public MessageRouteManager getRoutes()
public MessageModifierManager getPreSendModifiers()
public MessageModifierManager getResponseModifiers()
public FIXVersion getFIXVersion()
public FIXMessageFactory getFIXMessageFactory()
public FIXDataDictionary getFIXDataDictionary()
public FIXMessageAugmentor getFIXMessageAugmentor()
public void setLoggedOn(boolean loggedOn)
loggedOn - The flag.public boolean getLoggedOn()
public void logMessage(Message msg)
msg - The message.public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||