@@ -2,6 +2,8 @@
|
||||
|
||||
## `futuresfeeamount(endt, feeamounttype)`
|
||||
|
||||
声明:function
|
||||
|
||||
获得指定日期货合约手续费(元/手),与系统参数(期货合约代码)相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -20,6 +22,8 @@ return FuturesFeeAmount(inttodate(20140328),0);
|
||||
|
||||
## `futuresfeerate(endt, feeratetype)`
|
||||
|
||||
声明:function
|
||||
|
||||
获得指定日期货合约手续费(交易额万分之),与系统参数(期货合约代码)相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -38,6 +42,8 @@ return FuturesFeeRate(inttodate(20140328),0);
|
||||
|
||||
## `futuresspfeeunit(endt, feetype)`
|
||||
|
||||
声明:function
|
||||
|
||||
期货手续费单位,与系统参数(期货合约代码)相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -49,6 +55,8 @@ return FuturesFeeRate(inttodate(20140328),0);
|
||||
|
||||
## `futuresspfeecost(endt, feetype, amount, vol)`
|
||||
|
||||
声明:function
|
||||
|
||||
期货手续费单位,与系统参数(期货合约代码)相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
|
||||
Reference in New Issue
Block a user