@@ -2,6 +2,8 @@
|
||||
|
||||
## `futuresConverFactor(bond_id)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定国债的转换因子,与系统参数(证券)相关。如果返回0,说明不是可交割债券期货。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -19,6 +21,8 @@ return FuturesConverFactor("BK210007");
|
||||
|
||||
## `futuresDeliverBondValue(bond_id)`
|
||||
|
||||
声明:function
|
||||
|
||||
国债期货的指定可交割债券的数据,与系统参数(证券)相关。如果返回array(),说明无相关数据。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -36,6 +40,8 @@ return FuturesDeliverBondValue("BK210007");
|
||||
|
||||
## `futuresIsDeliverBond(bond_id)`
|
||||
|
||||
声明:function
|
||||
|
||||
当前国债是否可交割债券,与系统参数(证券)相关。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
|
||||
Reference in New Issue
Block a user