mirror of
https://gitee.com/fasiondog/hikyuu.git
synced 2024-12-02 11:58:21 +08:00
18 lines
293 B
C++
18 lines
293 B
C++
/*
|
|
* _AmaInstance.cpp
|
|
*
|
|
* Created on: 2015年3月14日
|
|
* Author: fasiondog
|
|
*/
|
|
|
|
|
|
#include <boost/python.hpp>
|
|
#include <hikyuu/trade_instance/ama_sys/AmaInstance.h>
|
|
|
|
using namespace boost::python;
|
|
using namespace hku;
|
|
|
|
void export_AmaInstance() {
|
|
def("AmaSpecial", AmaSpecial);
|
|
}
|