hikyuu2/hikyuu_pywrap/strategy/_strategy_main.cpp

14 lines
241 B
C++
Raw Normal View History

2021-02-17 00:56:19 +08:00
/*
* Copyright(C) 2021 hikyuu.org
*
* Create on: 2021-02-16
* Author: fasiondog
*/
void export_Strategy();
2021-03-29 00:47:55 +08:00
void export_AccountTradeManger();
2021-02-17 00:56:19 +08:00
void export_strategy_main() {
export_Strategy();
2021-03-29 00:47:55 +08:00
export_AccountTradeManger();
2021-02-17 00:56:19 +08:00
}