hikyuu2/hikyuu_pywrap/global/agent_main.cpp

17 lines
236 B
C++
Raw Normal View History

2021-01-30 00:52:56 +08:00
/*
* Copyright(C) 2021 hikyuu.org
*
* Create on: 2021-01-30
* Author: fasiondog
*/
#include <boost/python.hpp>
using namespace boost::python;
void export_SpotAgent();
2021-02-21 22:52:05 +08:00
void export_global_main() {
2021-01-30 00:52:56 +08:00
export_SpotAgent();
}