hikyuu2/hikyuu_cpp/hikyuu/indicator/crt/TIMELINEVOL.h
2021-12-11 00:49:27 +08:00

22 lines
369 B
C++

/*
* Copyright(C) 2021 hikyuu.org
*
* Create on: 2021-12-08
* Author: fasiondog
*/
#pragma once
#ifndef INDICATOR_CRT_TIMELINEVOL_H_
#define INDICATOR_CRT_TIMELINEVOL_H_
#include "../Indicator.h"
namespace hku {
Indicator HKU_API TIMELINEVOL();
Indicator HKU_API TIMELINEVOL(const KData&);
} // namespace hku
#endif /* INDICATOR_CRT_TIMELINEVOL_H_ */