hikyuu2/hikyuu_cpp/hikyuu/Context.h

24 lines
331 B
C++
Raw Normal View History

2019-03-09 23:30:04 +08:00
/*
* Context.h
*
* Created on: 2019-03-09
* Author: fasiondog
*/
#ifndef CONTEXT_H_
#define CONTEXT_H_
#include "Stock.h"
#include "utilities/Parameter.h"
namespace hku {
void HKU_API setGlobalContext(const Stock&, const KQuery&);
KData HKU_API getGlobalContextKData();
} /* namespace */
#endif /* CONTEXT_H_ */