This commit is contained in:
2013-09-06 03:18:28 +00:00
parent 1c2c65a348
commit 808c3abc1c
4 changed files with 35 additions and 9 deletions

View File

@@ -108,6 +108,7 @@ private:
float m_fTrailingTick;
int m_iCancelDelay;
int m_iWindUpDelay;
int m_iWindUpTick;
BOOL m_bBuyOnBid1;
BOOL m_bPutOption;
@@ -145,5 +146,5 @@ private:
inline void SwitchState(const CP_STATE enState);
void CPLog(const string fmt, ...);
};