2015-03-26 07:47:39 +00:00
|
|
|
int reqUserLogin(dict req, int nRequestID);
|
|
|
|
|
|
|
|
int reqUserLogout(dict req, int nRequestID);
|
|
|
|
|
2015-09-28 03:42:35 +00:00
|
|
|
int reqFetchAuthRandCode(dict req, int nRequestID);
|
|
|
|
|
2015-03-26 07:47:39 +00:00
|
|
|
int reqOrderInsert(dict req, int nRequestID);
|
|
|
|
|
|
|
|
int reqOrderAction(dict req, int nRequestID);
|
|
|
|
|
|
|
|
int reqUserPasswordUpdate(dict req, int nRequestID);
|
|
|
|
|
|
|
|
int reqTradingAccountPasswordUpdate(dict req, int nRequestID);
|
|
|
|
|
|
|
|
int reqFundOutByLiber(dict req, int nRequestID);
|
|
|
|
|
|
|
|
int reqFundInterTransfer(dict req, int nRequestID);
|
|
|
|
|