Uses of Interface
org.otfeed.event.ICompletionDelegate

Packages that use ICompletionDelegate
org.otfeed.protocol.request Contains the implementation classes. 
org.otfeed.support Utility and helper classes for the client API. 
 

Uses of ICompletionDelegate in org.otfeed.protocol.request
 

Constructors in org.otfeed.protocol.request with parameters of type ICompletionDelegate
BookStreamExRequest(int requestId, java.lang.String exchangeCode, java.lang.String symbolCode, IDataDelegate<OTBookOrder> orderDelegate, IDataDelegate<OTBookChange> changeDelegate, IDataDelegate<OTBookReplace> replaceDelegate, IDataDelegate<OTBookCancel> cancelDelegate, IDataDelegate<OTBookPurge> purgeDelegate, IDataDelegate<OTBookExecute> executeDelegate, IDataDelegate<OTBookDelete> deleteDelegate, IDataDelegate<OTBookPriceLevel> priceLevelDelegate, ICompletionDelegate completionDelegate)
           
CancelRequest(CommandEnum cancelCommand, int requestId, int targetRequestId, ICompletionDelegate completionDelegate)
           
DividendRequest(int requestId, java.lang.String exchangeCode, java.lang.String symbolCode, java.util.Date startDate, java.util.Date endDate, IDataDelegate<OTDividend> dataDelegate, ICompletionDelegate completionDelegate)
           
EquityInitRequest(int requestId, java.lang.String exchangeCode, java.lang.String symbolCode, IDataDelegate<OTEquityInit> dataDelegate, ICompletionDelegate completionDelegate)
           
HistBookRequest(int requestId, java.lang.String exchangeCode, java.lang.String symbolCode, java.util.Date startDate, java.util.Date endDate, IDataDelegate<OTBookOrder> orderDelegate, IDataDelegate<OTBookChange> changeDelegate, IDataDelegate<OTBookReplace> replaceDelegate, IDataDelegate<OTBookCancel> cancelDelegate, IDataDelegate<OTBookPurge> purgeDelegate, IDataDelegate<OTBookExecute> executeDelegate, IDataDelegate<OTBookDelete> deleteDelegate, IDataDelegate<OTBookPriceLevel> priceLevelDelegate, ICompletionDelegate completionDelegate)
           
HistDataRequest(int requestId, java.lang.String exchangeCode, java.lang.String symbolCode, java.util.Date startDate, java.util.Date endDate, AggregationSpan aggregationSpan, IDataDelegate<OTOHLC> dataDelegate, ICompletionDelegate completionDelegate)
           
HistTicksRequest(int requestId, java.lang.String exchangeCode, java.lang.String symbolCode, java.util.Date startDate, java.util.Date endDate, VolumeStyleEnum volumeStyle, IDataDelegate<OTQuote> quoteDelegate, IDataDelegate<OTTrade> tradeDelegate, IDataDelegate<OTMMQuote> mmQuoteDelegate, IDataDelegate<OTBBO> bboDelegate, ICompletionDelegate completionDelegate)
           
ListExchangesRequest(int requestId, IDataDelegate<OTExchange> dataDelegate, ICompletionDelegate completionDelegate)
           
ListSymbolsExRequest(int requestId, java.lang.String exchangeCode, java.lang.String symbolCodePattern, java.util.Set<ListSymbolEnum> types, ListSymbolsCommand.MatchStyleEnum matchStyle, IDataDelegate<OTSymbol> dataDelegate, ICompletionDelegate completionDelegate)
           
LogoutRequest(int requestId, ICompletionDelegate completionDelegate)
           
OptionChainRequest(int requestId, java.lang.String exchangeCode, java.lang.String symbolCode, MonthAndYear expiration, PriceRange strikeRange, VolumeStyleEnum volumeStyle, IDataDelegate<OTQuote> quoteDelegate, IDataDelegate<OTTrade> tradeDelegate, IDataDelegate<OTMMQuote> mmQuoteDelegate, IDataDelegate<OTBBO> bboDelegate, ICompletionDelegate completionDelegate)
           
OptionChainSnapshotRequest(int requestId, java.lang.String exchangeCode, java.lang.String symbolCode, MonthAndYear expiration, PriceRange strikeRange, VolumeStyleEnum volumeStyle, IDataDelegate<OTQuote> quoteDelegate, IDataDelegate<OTTrade> tradeDelegate, IDataDelegate<OTMMQuote> mmQuoteDelegate, IDataDelegate<OTBBO> bboDelegate, ICompletionDelegate completionDelegate)
           
OptionChainWithSnapshotRequest(IConnection connection, java.lang.String exchangeCode, java.lang.String symbolCode, MonthAndYear monthAndYear, PriceRange priceRange, VolumeStyleEnum volumeStyle, IDataDelegate<OTQuote> quoteDelegate, IDataDelegate<OTTrade> tradeDelegate, IDataDelegate<OTMMQuote> mmQuoteDelegate, IDataDelegate<OTBBO> bboDelegate, ICompletionDelegate completionDelegate)
           
OptionInitRequest(int requestId, java.lang.String exchangeCode, java.lang.String symbolCode, MonthAndYear expiration, PriceRange strikeRange, IDataDelegate<OTOptionInit> dataDelegate, ICompletionDelegate completionDelegate)
           
SnapshotRequest(int requestId, java.lang.String exchangeCode, java.lang.String symbolCode, VolumeStyleEnum volumeStyle, IDataDelegate<OTQuote> quoteDelegate, IDataDelegate<OTTrade> tradeDelegate, IDataDelegate<OTMMQuote> mmQuoteDelegate, IDataDelegate<OTBBO> bboDelegate, ICompletionDelegate completionDelegate)
           
SplitRequest(int requestId, java.lang.String exchangeCode, java.lang.String symbolCode, java.util.Date startDate, java.util.Date endDate, IDataDelegate<OTSplit> dataDelegate, ICompletionDelegate completionDelegate)
           
TickStreamExRequest(int requestId, java.lang.String exchangeCode, java.lang.String symbolCode, VolumeStyleEnum volumeStyle, IDataDelegate<OTQuote> quoteDelegate, IDataDelegate<OTTrade> tradeDelegate, IDataDelegate<OTMMQuote> mmQuoteDelegate, IDataDelegate<OTBBO> bboDelegate, ICompletionDelegate completionDelegate)
           
TickStreamWithSnapshotRequest(IConnection connection, java.lang.String exchangeCode, java.lang.String symbolCode, VolumeStyleEnum volumeStyle, IDataDelegate<OTQuote> quoteDelegate, IDataDelegate<OTTrade> tradeDelegate, IDataDelegate<OTMMQuote> mmQuoteDelegate, IDataDelegate<OTBBO> bboDelegate, ICompletionDelegate completionDelegate)
           
TodaysOHLRequest(int requestId, java.lang.String exchangeCode, java.lang.String symbolCode, IDataDelegate<OTTodaysOHL> dataDelegate, ICompletionDelegate completionDelegate)
           
 

Uses of ICompletionDelegate in org.otfeed.support
 

Classes in org.otfeed.support that implement ICompletionDelegate
 class CommonDelegate<T>
          Common delegate implements all delegate intefaces of the org.otfeed API.
 



Copyright © 2007 Mike Kroutikov. All Rights Reserved.