Uses of Class
org.otfeed.event.OTSymbol

Packages that use OTSymbol
org.otfeed.command Command objects: all possible request types originate here. 
org.otfeed.event Event objects and enven listeners for the client API to the OpenTick financial data feed service. 
org.otfeed.j2ee.ra   
org.otfeed.protocol.request Contains the implementation classes. 
org.otfeed.support.alt   
 

Uses of OTSymbol in org.otfeed.command
 

Methods in org.otfeed.command that return types with arguments of type OTSymbol
 IDataDelegate<OTSymbol> ListSymbolsCommand.getDataDelegate()
          Delegate to receive OTSymbol events.
 

Method parameters in org.otfeed.command with type arguments of type OTSymbol
 void ListSymbolsCommand.setDataDelegate(IDataDelegate<OTSymbol> dataDelegate)
          Sets delegate.
 

Constructor parameters in org.otfeed.command with type arguments of type OTSymbol
ListSymbolsCommand(java.lang.String exchangeCode, IDataDelegate<OTSymbol> dataDelegate)
          Creates new list symbols command for all symbol types, with wildcard value for the symbolCodePattern property.
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, IDataDelegate<OTSymbol> dataDelegate)
          Creates new list symbols command for all symbol types.
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.
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, 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 OTSymbol in org.otfeed.event
 

Methods in org.otfeed.event with parameters of type OTSymbol
 int OTSymbol.compareTo(OTSymbol other)
           
 

Uses of OTSymbol in org.otfeed.j2ee.ra
 

Methods in org.otfeed.j2ee.ra that return types with arguments of type OTSymbol
 IOutboundConnection.IDataReader<OTSymbol> OtfeedConnection.requestListSymbols(java.lang.String exchangeCode, java.lang.String symbolCodePattern, java.util.Set<ListSymbolEnum> types, ListSymbolsCommand.MatchStyleEnum matchStyle)
           
 

Uses of OTSymbol in org.otfeed.protocol.request
 

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

Uses of OTSymbol in org.otfeed.support.alt
 

Methods in org.otfeed.support.alt that return types with arguments of type OTSymbol
 IOutboundConnection.IDataReader<OTSymbol> OutboundConnectionAdapter.requestListSymbols(java.lang.String exchangeCode, java.lang.String symbolCodePattern, java.util.Set<ListSymbolEnum> types, ListSymbolsCommand.MatchStyleEnum matchStyle)
           
 IOutboundConnection.IDataReader<OTSymbol> IOutboundConnection.requestListSymbols(java.lang.String exchangeCode, java.lang.String symbolCodePattern, java.util.Set<ListSymbolEnum> types, ListSymbolsCommand.MatchStyleEnum matchStyle)
           
 



Copyright © 2007-2008 Mike Kroutikov. All Rights Reserved.