|
||||||||||
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.protocol.request | Contains the implementation classes. |
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.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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |