|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OTOptionInit | |
---|---|
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 OTOptionInit in org.otfeed.command |
---|
Methods in org.otfeed.command that return types with arguments of type OTOptionInit | |
---|---|
IDataDelegate<OTOptionInit> |
OptionInitCommand.getDataDelegate()
Delegate to receive OTOptionInit events. |
Method parameters in org.otfeed.command with type arguments of type OTOptionInit | |
---|---|
void |
OptionInitCommand.setDataDelegate(IDataDelegate<OTOptionInit> dataDelegate)
Sets delegate. |
Constructor parameters in org.otfeed.command with type arguments of type OTOptionInit | |
---|---|
OptionInitCommand(java.lang.String exchangeCode,
java.lang.String symbolCode,
IDataDelegate<OTOptionInit> dataDelegate)
Creates new option init command with any strike and any expiration date, initializing all its properties. |
|
OptionInitCommand(java.lang.String exchangeCode,
java.lang.String symbolCode,
MonthAndYear expiration,
IDataDelegate<OTOptionInit> dataDelegate)
Creates new option init command with any strike, initializing all its properties. |
|
OptionInitCommand(java.lang.String exchangeCode,
java.lang.String symbolCode,
MonthAndYear expiration,
PriceRange strike,
IDataDelegate<OTOptionInit> dataDelegate)
Creates new option init command, initializing all its properties. |
|
OptionInitCommand(java.lang.String exchangeCode,
java.lang.String symbolCode,
PriceRange strike,
IDataDelegate<OTOptionInit> dataDelegate)
Creates new option init command with any expiration, initializing all its properties. |
Uses of OTOptionInit in org.otfeed.event |
---|
Methods in org.otfeed.event with parameters of type OTOptionInit | |
---|---|
int |
OTOptionInit.compareTo(OTOptionInit other)
|
Uses of OTOptionInit in org.otfeed.protocol.request |
---|
Constructor parameters in org.otfeed.protocol.request with type arguments of type OTOptionInit | |
---|---|
OptionInitRequest(int requestId,
java.lang.String exchangeCode,
java.lang.String symbolCode,
MonthAndYear expiration,
PriceRange strikeRange,
IDataDelegate<OTOptionInit> dataDelegate,
ICompletionDelegate completionDelegate)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |