Uses of Class
org.otfeed.command.ListSymbolEnum

Packages that use ListSymbolEnum
org.otfeed.command Command objects: all possible request types originate here. 
org.otfeed.protocol.request Contains the implementation classes. 
 

Uses of ListSymbolEnum in org.otfeed.command
 

Fields in org.otfeed.command with type parameters of type ListSymbolEnum
static java.util.Set<ListSymbolEnum> ListSymbolEnum.ALL
          Set of all possible symbol types.
 

Methods in org.otfeed.command that return ListSymbolEnum
static ListSymbolEnum ListSymbolEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ListSymbolEnum[] ListSymbolEnum.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.otfeed.command that return types with arguments of type ListSymbolEnum
static java.util.Set<ListSymbolEnum> ListSymbolEnum.combine(ListSymbolEnum... symbol)
          Allows caller to build a set from a list of ListSymbolEnum values.
 java.util.Set<ListSymbolEnum> ListSymbolsCommand.getTypes()
          Types of symbols to request.
 

Methods in org.otfeed.command with parameters of type ListSymbolEnum
static java.util.Set<ListSymbolEnum> ListSymbolEnum.combine(ListSymbolEnum... symbol)
          Allows caller to build a set from a list of ListSymbolEnum values.
 

Method parameters in org.otfeed.command with type arguments of type ListSymbolEnum
 void ListSymbolsCommand.setTypes(java.util.Set<ListSymbolEnum> val)
          Sets types of symbols.
 

Constructors in org.otfeed.command with parameters of type ListSymbolEnum
ListSymbolsCommand(java.lang.String exchangeCode, ListSymbolEnum type, IDataDelegate<OTSymbol> dataDelegate)
          Creates new list symbols command for a single symbol type, with wildcard value for the symbolCodePattern property.
ListSymbolsCommand(java.lang.String exchangeCode, ListSymbolEnum type, ListSymbolsCommand.MatchStyleEnum matchStyle, IDataDelegate<OTSymbol> dataDelegate)
          Creates new list symbols command for a single symbol type, with wildcard value for the symbolCodePattern property.
ListSymbolsCommand(java.lang.String exchangeCode, java.lang.String symbolCodePattern, ListSymbolEnum type, IDataDelegate<OTSymbol> dataDelegate)
          Creates new list symbols command for a single symbol type.
ListSymbolsCommand(java.lang.String exchangeCode, java.lang.String symbolCodePattern, ListSymbolEnum type, ListSymbolsCommand.MatchStyleEnum matchStyle, IDataDelegate<OTSymbol> dataDelegate)
          Creates new list symbols command for a single symbol type.
 

Constructor parameters in org.otfeed.command with type arguments of type ListSymbolEnum
ListSymbolsCommand(java.lang.String exchangeCode, java.lang.String symbolCodePattern, java.util.Set<ListSymbolEnum> types, IDataDelegate<OTSymbol> dataDelegate)
          Creates new list symbols command for a given set of symbol types, exchangeCode, and symbolCodePattern.
ListSymbolsCommand(java.lang.String exchangeCode, java.lang.String symbolCodePattern, java.util.Set<ListSymbolEnum> types, ListSymbolsCommand.MatchStyleEnum matchStyle, IDataDelegate<OTSymbol> dataDelegate)
          Creates new list symbols command, initializing all its properties.
 

Uses of ListSymbolEnum in org.otfeed.protocol.request
 

Methods in org.otfeed.protocol.request that return types with arguments of type ListSymbolEnum
 java.util.Set<ListSymbolEnum> ListSymbolsExRequest.getTypes()
           
 

Method parameters in org.otfeed.protocol.request with type arguments of type ListSymbolEnum
static void Util.writeListSymbolMask(java.nio.ByteBuffer out, java.util.Set<ListSymbolEnum> types, ListSymbolsCommand.MatchStyleEnum matchStyle)
           
 

Constructor parameters in org.otfeed.protocol.request with type arguments of type ListSymbolEnum
ListSymbolsExRequest(int requestId, java.lang.String exchangeCode, java.lang.String symbolCodePattern, java.util.Set<ListSymbolEnum> types, ListSymbolsCommand.MatchStyleEnum matchStyle, IDataDelegate<OTSymbol> dataDelegate, ICompletionDelegate completionDelegate)
           
 



Copyright © 2007 Mike Kroutikov. All Rights Reserved.