|
||||||||||
| 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.j2ee.ra | |
| org.otfeed.protocol.request | Contains the implementation classes. |
| org.otfeed.support.alt | |
| 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.j2ee.ra |
|---|
| Methods in org.otfeed.j2ee.ra that return types with arguments of type OTDividend | |
|---|---|
IOutboundConnection.IDataReader<OTDividend> |
OtfeedConnection.requestDivident(java.lang.String exchangeCode,
java.lang.String symbolCode,
java.util.Date startDate,
java.util.Date endDate)
|
| 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)
|
|
| Uses of OTDividend in org.otfeed.support.alt |
|---|
| Methods in org.otfeed.support.alt that return types with arguments of type OTDividend | |
|---|---|
IOutboundConnection.IDataReader<OTDividend> |
OutboundConnectionAdapter.requestDivident(java.lang.String exchangeCode,
java.lang.String symbolCode,
java.util.Date startDate,
java.util.Date endDate)
|
IOutboundConnection.IDataReader<OTDividend> |
IOutboundConnection.requestDivident(java.lang.String exchangeCode,
java.lang.String symbolCode,
java.util.Date startDate,
java.util.Date endDate)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||