Uses of Class
org.otfeed.command.ListSymbolsCommand.MatchStyleEnum

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

Uses of ListSymbolsCommand.MatchStyleEnum in org.otfeed.command
 

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

Methods in org.otfeed.command with parameters of type ListSymbolsCommand.MatchStyleEnum
 void ListSymbolsCommand.setMatchStyle(ListSymbolsCommand.MatchStyleEnum val)
          Sets match style.
 

Constructors in org.otfeed.command with parameters of type ListSymbolsCommand.MatchStyleEnum
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, ListSymbolsCommand.MatchStyleEnum matchStyle, IDataDelegate<OTSymbol> dataDelegate)
          Creates new list symbols command for a single symbol type.
ListSymbolsCommand(java.lang.String exchangeCode, java.lang.String symbolCodePattern, ListSymbolsCommand.MatchStyleEnum matchStyle, IDataDelegate<OTSymbol> dataDelegate)
          Creates new list symbols command for all symbol types.
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 ListSymbolsCommand.MatchStyleEnum in org.otfeed.protocol.request
 

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

Constructors in org.otfeed.protocol.request with parameters of type ListSymbolsCommand.MatchStyleEnum
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.