|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InstrumentEnum | |
---|---|
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 InstrumentEnum in org.otfeed.event |
---|
Fields in org.otfeed.event with type parameters of type InstrumentEnum | |
---|---|
static java.util.Map<java.lang.Integer,InstrumentEnum> |
InstrumentEnum.decoder
|
Methods in org.otfeed.event that return InstrumentEnum | |
---|---|
InstrumentEnum |
OTEquityInit.getInstrumentType()
|
InstrumentEnum |
OTSymbol.getType()
|
static InstrumentEnum |
InstrumentEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static InstrumentEnum[] |
InstrumentEnum.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in org.otfeed.event with parameters of type InstrumentEnum | |
---|---|
void |
OTEquityInit.setInstrumentType(InstrumentEnum type)
Sets instrument type. |
void |
OTSymbol.setType(InstrumentEnum type)
Sets instrument type. |
Constructors in org.otfeed.event with parameters of type InstrumentEnum | |
---|---|
OTEquityInit(java.lang.String currency,
InstrumentEnum type,
java.lang.String company,
double prevClosePrice,
java.lang.String prevCloseDate,
double annualHighPrice,
java.lang.String annualHighDate,
double annualLowPrice,
java.lang.String annualLowDate,
double earningsPrice,
java.lang.String earningsDate,
long totalShares,
long averageVolume,
java.lang.String CUSIP,
java.lang.String ISIN,
boolean isUPC11830,
boolean isSmallCap,
boolean isTestIssue)
Constructor. |
|
OTSymbol(java.lang.String code,
java.lang.String company,
java.lang.String currency,
InstrumentEnum type)
Constructor. |
Uses of InstrumentEnum in org.otfeed.protocol.request |
---|
Methods in org.otfeed.protocol.request that return InstrumentEnum | |
---|---|
static InstrumentEnum |
Util.readInstrumentEnum(java.nio.ByteBuffer in)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |