|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.protocol.request | Contains the implementation classes. |
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.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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |