接口 IMarketDataRepository
public interface IMarketDataRepository
行情数据持久化
- 作者:
- KevinHuangwl
-
方法概要
-
方法详细资料
-
insert
保存数据- 参数:
bar-
-
loadBars
加载历史行情分钟K线数据- 参数:
startDate-endDate-unifiedSymbol-- 返回:
-
loadDailyBars
加载历史行情日K线数据- 参数:
startDate-endDate-unifiedSymbol-- 返回:
-