金字塔量化
使用帮助
PEL入门
PEL手册
VBA手册
Python手册
Python手册
python环境搭建
Python API手册
C++
财务字典
实战锦囊
技术支持
技术支持
官网
(opens new window)
论坛
(opens new window)
#
ChargeByNum 方法
ChargeByNum(Code, Market, lmtPrice, Volume, Type)
计算指定品种的本次交易手续费用。请用户在交易费率设置上预先设置好不同品种的各种交易费率情况,这样才能通过此方法得到正确的结果。 返回值:返回计算后的手续费用
参数
参数
说明
Code
指定的品种代码
Market
指定的品种市场
lmtPrice
指定的限价
Volume
委托数量
Type
成交方向:0开仓 1平仓 2平今
应用于
Order 对象