hikyuu2/hikyuu_pywrap/strategy/_AccountTradeManager.cpp
2024-01-22 01:50:23 +08:00

16 lines
311 B
C++

/*
* Copyright(C) 2021 hikyuu.org
*
* Create on: 2021-03-28
* Author: fasiondog
*/
#include "../pybind_utils.h"
#include <hikyuu/strategy/AccountTradeManager.h>
using namespace hku;
namespace py = pybind11;
void export_AccountTradeManger(py::module& m) {
m.def("crtAccountTM", crtAccountTM);
}