Example #1
0
 public IPriceOptionFeed <OHLCPriceOption, double> Subscribe(TickerReference tickerReference, OHLCPriceOption priceOption, Action <TickerReference, long, OHLCPriceOption, double> priceAction)
 {
     return(OHLC.Subscribe(tickerReference, priceOption, priceAction));
 }
Example #2
0
 private void OHLCPriceActionOption(TickerReference tickerReference, long timestamp, OHLCPriceOption priceOption, double value)
 {
     Probe.Evaluate(timestamp, value);
 }
Example #3
0
 public TickerReference Setup(TickerSymbol tickerSymbol, FeedInterval interval, OHLCPriceOption ohlcPriceOption)
 {
     return(OHLC.Setup(tickerSymbol, interval, ohlcPriceOption));
 }