|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OTExchange | |
|---|---|
| org.otfeed.command | Command objects: all possible request types originate here. |
| org.otfeed.event | Event objects and enven listeners for the client API to the OpenTick financial data feed service. |
| org.otfeed.j2ee.ra | |
| org.otfeed.protocol.request | Contains the implementation classes. |
| org.otfeed.support.alt | |
| Uses of OTExchange in org.otfeed.command |
|---|
| Methods in org.otfeed.command that return types with arguments of type OTExchange | |
|---|---|
IDataDelegate<OTExchange> |
ListExchangesCommand.getDataDelegate()
Delegate to receive OTExchange events. |
| Method parameters in org.otfeed.command with type arguments of type OTExchange | |
|---|---|
void |
ListExchangesCommand.setDataDelegate(IDataDelegate<OTExchange> dataDelegate)
Sets delegate. |
| Constructor parameters in org.otfeed.command with type arguments of type OTExchange | |
|---|---|
ListExchangesCommand(IDataDelegate<OTExchange> dataDelegate)
Creates new list exchanges command, initializing all its properties. |
|
| Uses of OTExchange in org.otfeed.event |
|---|
| Methods in org.otfeed.event with parameters of type OTExchange | |
|---|---|
int |
OTExchange.compareTo(OTExchange other)
|
| Uses of OTExchange in org.otfeed.j2ee.ra |
|---|
| Methods in org.otfeed.j2ee.ra that return types with arguments of type OTExchange | |
|---|---|
IOutboundConnection.IDataReader<OTExchange> |
OtfeedConnection.requestListExchanges()
|
| Uses of OTExchange in org.otfeed.protocol.request |
|---|
| Constructor parameters in org.otfeed.protocol.request with type arguments of type OTExchange | |
|---|---|
ListExchangesRequest(int requestId,
IDataDelegate<OTExchange> dataDelegate,
ICompletionDelegate completionDelegate)
|
|
| Uses of OTExchange in org.otfeed.support.alt |
|---|
| Methods in org.otfeed.support.alt that return types with arguments of type OTExchange | |
|---|---|
IOutboundConnection.IDataReader<OTExchange> |
OutboundConnectionAdapter.requestListExchanges()
|
IOutboundConnection.IDataReader<OTExchange> |
IOutboundConnection.requestListExchanges()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||