|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OTDividend | |
---|---|
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 OTDividend in org.otfeed.command |
---|
Methods in org.otfeed.command that return types with arguments of type OTDividend | |
---|---|
IDataDelegate<OTDividend> |
DividendsCommand.getDataDelegate()
Delegate to receive OTDividend events. |
Method parameters in org.otfeed.command with type arguments of type OTDividend | |
---|---|
void |
DividendsCommand.setDataDelegate(IDataDelegate<OTDividend> dataDelegate)
Sets delegate. |
Constructor parameters in org.otfeed.command with type arguments of type OTDividend | |
---|---|
DividendsCommand(java.lang.String exchangeCode,
java.lang.String symbolCode,
java.util.Date startDate,
java.util.Date endDate,
IDataDelegate<OTDividend> dataDelegate)
Creates new dividends command, initializing all its properties. |
Uses of OTDividend in org.otfeed.event |
---|
Methods in org.otfeed.event with parameters of type OTDividend | |
---|---|
int |
OTDividend.compareTo(OTDividend other)
|
Uses of OTDividend in org.otfeed.protocol.request |
---|
Constructor parameters in org.otfeed.protocol.request with type arguments of type OTDividend | |
---|---|
DividendRequest(int requestId,
java.lang.String exchangeCode,
java.lang.String symbolCode,
java.util.Date startDate,
java.util.Date endDate,
IDataDelegate<OTDividend> dataDelegate,
ICompletionDelegate completionDelegate)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |