예제 #1
0
 protected override int GetCount(ICachedTradeHistogram histogram)
 {
     return(histogram.AskTradesCount - histogram.BidTradesCount);
 }
예제 #2
0
 protected abstract int GetCount(ICachedTradeHistogram histogram);
예제 #3
0
 protected override double GetValue(ICachedTradeHistogram histogram)
 {
     return(histogram.DeltaAskBidQuantity);
 }
예제 #4
0
 protected abstract double GetValue(ICachedTradeHistogram histogram);