通达信量化平台
#
查询可用资金 get_cash
get_cash
(
refresh
=
True
)
1
用途:
get_cash(refresh=True)
返回当前可用资金,等同于
get_portfolio().available_cash
。
←
提交撤单
查全部/指定持仓字典get_positions
→