|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Broker | |
|---|---|
| org.marketcetera.ors.brokers | Broker management. |
| org.marketcetera.ors.config | Spring-based application configuration. |
| Uses of Broker in org.marketcetera.ors.brokers |
|---|
| Methods in org.marketcetera.ors.brokers that return Broker | |
|---|---|
Broker |
Brokers.getBroker(BrokerID brokerID)
Returns the receiver's broker for the given broker ID. |
Broker |
Brokers.getBroker(SessionID sessionID)
Returns the receiver's broker for the given QuickFIX/J session ID. |
| Methods in org.marketcetera.ors.brokers that return types with arguments of type Broker | |
|---|---|
List<Broker> |
Brokers.getBrokers()
Returns the receiver's brokers. |
| Uses of Broker in org.marketcetera.ors.config |
|---|
| Methods in org.marketcetera.ors.config with parameters of type Broker | |
|---|---|
void |
LogonAction.onLogon(Broker inBroker,
IQuickFIXSender inSender)
Called upon successful logon to the given broker. |
void |
LogoutAction.onLogout(Broker inBroker,
IQuickFIXSender inSender)
Called upon logout from the given broker. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||