mirror of
https://gitee.com/fasiondog/hikyuu.git
synced 2024-12-04 12:57:45 +08:00
21 lines
407 B
C++
21 lines
407 B
C++
/*
|
|
* all.h
|
|
*
|
|
* Created on: 2013-5-5
|
|
* Author: fasiondog
|
|
*/
|
|
|
|
#ifndef ALL_TRADE_SYS_H_
|
|
#define ALL_TRADE_SYS_H_
|
|
|
|
#include "signal/build_in.h"
|
|
#include "condition/build_in.h"
|
|
#include "environment/build_in.h"
|
|
#include "moneymanager/build_in.h"
|
|
#include "profitgoal/build_in.h"
|
|
#include "slippage/build_in.h"
|
|
#include "stoploss/build_in.h"
|
|
#include "system/build_in.h"
|
|
|
|
#endif /* ALL_TRADE_SYS_H_ */
|