mirror of
https://gitee.com/fasiondog/hikyuu.git
synced 2024-12-05 05:17:47 +08:00
25 lines
358 B
C++
25 lines
358 B
C++
/*
|
|
* AmaInstance.h
|
|
*
|
|
* Created on: 2015年3月12日
|
|
* Author: Administrator
|
|
*/
|
|
|
|
#ifndef AMAINSTANCE_H
|
|
#define AMAINSTANCE_H
|
|
|
|
#include "../../indicator/Indicator.h"
|
|
#include "../../Block.h"
|
|
|
|
namespace hku {
|
|
|
|
Indicator HKU_API AmaSpecial(const Block& block, KQuery query,
|
|
Indicator ind);
|
|
|
|
} /* namespace hku*/
|
|
|
|
#endif /* AMAINSTANCE_H */
|
|
|
|
|
|
|