|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataEnum | |
---|---|
org.otfeed.protocol | Contains the implementation classes. |
org.otfeed.protocol.request.book | Contains the implementation classes. |
org.otfeed.protocol.request.quote | Contains the implementation classes. |
Uses of DataEnum in org.otfeed.protocol |
---|
Methods in org.otfeed.protocol that return DataEnum | |
---|---|
static DataEnum |
DataEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DataEnum[] |
DataEnum.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Uses of DataEnum in org.otfeed.protocol.request.book |
---|
Fields in org.otfeed.protocol.request.book declared as DataEnum | |
---|---|
DataEnum |
BookReader.type
|
Uses of DataEnum in org.otfeed.protocol.request.quote |
---|
Fields in org.otfeed.protocol.request.quote declared as DataEnum | |
---|---|
DataEnum |
QuoteReader.type
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |