This commit is contained in:
16
CPRobotDlg.h
16
CPRobotDlg.h
@@ -50,10 +50,13 @@ protected:
|
||||
afx_msg HCURSOR OnQueryDragIcon();
|
||||
DECLARE_MESSAGE_MAP()
|
||||
|
||||
void SaveToFile(void);
|
||||
void LoadFromFile(void);
|
||||
|
||||
HICON m_hIcon;
|
||||
|
||||
private:
|
||||
void UpdateDataCustom(const BOOL bWndToVariable);
|
||||
//void UpdateDataCustom(const BOOL bWndToVariable);
|
||||
|
||||
CListBox m_ResultList;
|
||||
|
||||
@@ -61,4 +64,15 @@ private:
|
||||
std::vector<std::string> m_OpCodeList;
|
||||
ISysDibPtr m_pOpJpBid;
|
||||
CEventHandler m_EventHandler;
|
||||
|
||||
|
||||
public:
|
||||
int m_iAmountSet;
|
||||
int m_iMinPriceSet;
|
||||
int m_iMaxPriceSet;
|
||||
int m_iSellTick;
|
||||
int m_iLossCutTick;
|
||||
int m_iTrailingTick;
|
||||
int m_iCancelDelay;
|
||||
BOOL m_bPutOption;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user