Uses of Class
org.otfeed.protocol.DataEnum

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
           
 



Copyright © 2007 Mike Kroutikov. All Rights Reserved.