AfterReload
event
Occurs after downloading a range of hisorical data.
Syntax
public event Action<HistoricalData> AfterReload
Discussion
Join PTMC community to post your comments
No comments yet. Be the first.
TradeData methods
- Aggressor (int offset)
- Aggressor ()
- BeginLoad (DateTime from, DateTime to)
- BeginLoad (DateTime from)
- BeginLoad (DateTime from, DateTime to, HistoricalDataLoadParams historicalDataLoadParams)
- FindInterval (DateTime time)
- FindInterval (DateTime time, int from, int to)
- GetPrice (PriceType priceType, int offset)
- GetPrice (PriceType priceType)
- Highest (PriceType type, int start, int count)
- Highest (PriceType type)
- Load (DateTime from, DateTime to)
- Load (DateTime from)
- Load (DateTime from, DateTime to, HistoricalDataLoadParams historicalDataLoadParams)
- Lowest (PriceType type, int start, int count)
- Lowest (PriceType type)
- Price (int offset)
- Price ()
- Size (int offset)
- Size ()
- Time (int offset)
- Time ()
- Volume ()
- Volume (int offset)
TradeData properties