|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OptionTypeEnum | |
|---|---|
| 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 OptionTypeEnum in org.otfeed.command |
|---|
| Methods in org.otfeed.command that return OptionTypeEnum | |
|---|---|
static OptionTypeEnum |
OptionTypeEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static OptionTypeEnum[] |
OptionTypeEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of OptionTypeEnum in org.otfeed.event |
|---|
| Methods in org.otfeed.event that return OptionTypeEnum | |
|---|---|
OptionTypeEnum |
OTOptionInit.getExerciseStyle()
|
| Methods in org.otfeed.event with parameters of type OptionTypeEnum | |
|---|---|
void |
OTOptionInit.setExcerciseStyle(OptionTypeEnum val)
|
| Constructors in org.otfeed.event with parameters of type OptionTypeEnum | |
|---|---|
OTOptionInit(java.lang.String underlyerSymbol,
java.lang.String symbol,
double strikePrice,
int contractSize,
int expYear,
int expMonth,
int expDay,
OptionTypeEnum exerciseStyle,
java.lang.String underlyerCusip,
java.lang.String currency,
char optionMarker)
Constructor. |
|
| Uses of OptionTypeEnum in org.otfeed.protocol.request |
|---|
| Methods in org.otfeed.protocol.request that return OptionTypeEnum | |
|---|---|
static OptionTypeEnum |
Util.readOptionTypeEnum(java.nio.ByteBuffer in)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||