mirror of
https://gitee.com/fasiondog/hikyuu.git
synced 2024-12-03 20:37:50 +08:00
update
This commit is contained in:
parent
ff6ce12472
commit
5444852615
@ -40,11 +40,11 @@ vector<AnalysisSystemWithBlockOut> HKU_API analysisSystemList(const SystemList&
|
||||
const KQuery& query);
|
||||
|
||||
template <class Container>
|
||||
inline vector<AnalysisSystemWithBlockOut> analysisSystemListWithBlock(const Container& blk,
|
||||
const KQuery& query,
|
||||
const SystemPtr sys_proto) {
|
||||
inline vector<AnalysisSystemWithBlockOut> analysisSystemListWith(const Container& blk,
|
||||
const KQuery& query,
|
||||
const SystemPtr sys_proto) {
|
||||
vector<AnalysisSystemWithBlockOut> result;
|
||||
HKU_IF_RETURN(blk.empty() || !sys_proto, result);
|
||||
HKU_IF_RETURN(blk.size() == 0 || !sys_proto, result);
|
||||
|
||||
SystemList sys_list;
|
||||
StockList stk_list;
|
||||
|
Loading…
Reference in New Issue
Block a user