TSLab API Docs  1
TSLab.Script.ILastContractsTradeStatistics Interface Reference
Inheritance diagram for TSLab.Script.ILastContractsTradeStatistics:
TSLab.Script.IBaseTradeStatistics TSLab.Script.ILastContractsTradeStatisticsWithKind TSLab.Script.LastContractsTradeStatistics TSLab.Script.LastContractsTradeStatisticsWithKind

Properties

int ContractsCount [get]
 
- Properties inherited from TSLab.Script.IBaseTradeStatistics
string Id [get]
 
string StateId [get]
 
ITradeHistogramsCache TradeHistogramsCache [get]
 
bool HasStaticTimeline [get]
 
double PriceStep [get]
 

Additional Inherited Members

- Public Member Functions inherited from TSLab.Script.IBaseTradeStatistics
IReadOnlyList< ITradeHistogramGetHistograms ()
 
IReadOnlyList< ITradeHistogramGetHistograms (int firstBarIndex, int lastBarIndex)
 
void GetHistogramsBarIndexes (out int firstBarIndex, out int lastBarIndex)
 
IReadOnlyList< ITradeHistogramBarGetAggregatedHistogramBars (int barIndex)
 
IAggregatedHistogramBarsProvider CreateAggregatedHistogramBarsProvider ()
 
void Refresh (IDataBar bar, IEnumerable< ITrade > trades)
 
ITradeHistogram GetLastHistogram ()