|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OTTodaysOHL | |
|---|---|
| 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 OTTodaysOHL in org.otfeed.command |
|---|
| Methods in org.otfeed.command that return types with arguments of type OTTodaysOHL | |
|---|---|
IDataDelegate<OTTodaysOHL> |
TodaysOHLCommand.getDataDelegate()
Delegate to receive OTTodaysOHL events. |
| Method parameters in org.otfeed.command with type arguments of type OTTodaysOHL | |
|---|---|
void |
TodaysOHLCommand.setDataDelegate(IDataDelegate<OTTodaysOHL> dataDelegate)
Sets delegate. |
| Constructor parameters in org.otfeed.command with type arguments of type OTTodaysOHL | |
|---|---|
TodaysOHLCommand(java.lang.String exchangeCode,
java.lang.String symbolCode,
IDataDelegate<OTTodaysOHL> dataDelegate)
Creates new todays OHL command, initializing all its properties. |
|
| Uses of OTTodaysOHL in org.otfeed.event |
|---|
| Methods in org.otfeed.event with parameters of type OTTodaysOHL | |
|---|---|
int |
OTTodaysOHL.compareTo(OTTodaysOHL other)
|
| Uses of OTTodaysOHL in org.otfeed.j2ee.ra |
|---|
| Methods in org.otfeed.j2ee.ra that return types with arguments of type OTTodaysOHL | |
|---|---|
IOutboundConnection.IDataReader<OTTodaysOHL> |
OtfeedConnection.requestTodaysOHL(java.lang.String exchangeCode,
java.lang.String symbolCode)
|
| Uses of OTTodaysOHL in org.otfeed.protocol.request |
|---|
| Constructor parameters in org.otfeed.protocol.request with type arguments of type OTTodaysOHL | |
|---|---|
TodaysOHLRequest(int requestId,
java.lang.String exchangeCode,
java.lang.String symbolCode,
IDataDelegate<OTTodaysOHL> dataDelegate,
ICompletionDelegate completionDelegate)
|
|
| Uses of OTTodaysOHL in org.otfeed.support.alt |
|---|
| Methods in org.otfeed.support.alt that return types with arguments of type OTTodaysOHL | |
|---|---|
IOutboundConnection.IDataReader<OTTodaysOHL> |
OutboundConnectionAdapter.requestTodaysOHL(java.lang.String exchangeCode,
java.lang.String symbolCode)
|
IOutboundConnection.IDataReader<OTTodaysOHL> |
IOutboundConnection.requestTodaysOHL(java.lang.String exchangeCode,
java.lang.String symbolCode)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||