Administrator
2024-08-05 31c03f7c3458ca00d66e04df0af53e7dc3438688
huaxin_client/trade_client.py
@@ -772,7 +772,9 @@
                     "usefulMoney": round(pTradingAccountField.UsefulMoney, 2),
                     "frozenCash": round(pTradingAccountField.FrozenCash, 2),
                     "fetchLimit": round(pTradingAccountField.FetchLimit, 2),
                     "preDeposit": round(pTradingAccountField.PreDeposit, 2)})
                     "preDeposit": round(pTradingAccountField.PreDeposit, 2),
                     "commission": round(pTradingAccountField.Commission, 2)
                     })
                # logger.info(
                #     'OnRspQryTradingAccount[%d]: DepartmentID[%s] InvestorID[%s] AccountID[%s] CurrencyID[%s] UsefulMoney[%.2f] FetchLimit[%.2f]'
                #     % (nRequestID, pTradingAccountField.DepartmentID, pTradingAccountField.InvestorID,