mirror of
https://gitee.com/fasiondog/hikyuu.git
synced 2024-12-04 12:57:45 +08:00
14 lines
241 B
C++
14 lines
241 B
C++
/*
|
|
* Copyright(C) 2021 hikyuu.org
|
|
*
|
|
* Create on: 2021-02-16
|
|
* Author: fasiondog
|
|
*/
|
|
|
|
void export_Strategy();
|
|
void export_AccountTradeManger();
|
|
|
|
void export_strategy_main() {
|
|
export_Strategy();
|
|
export_AccountTradeManger();
|
|
} |