|
@@ -238,6 +238,62 @@ export interface ErmcpDeliveryGoodsDetail2{
|
|
|
gmlist: Ermcp3Wrstandard[] // 品类列表(仓单标准)
|
|
gmlist: Ermcp3Wrstandard[] // 品类列表(仓单标准)
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+/**
|
|
|
|
|
+ * 期货商品信息
|
|
|
|
|
+ */
|
|
|
|
|
+export interface Goods{
|
|
|
|
|
+ agreeunit :number;//合约单位
|
|
|
|
|
+ auditaccountid :number;//审核操作员账号
|
|
|
|
|
+ audittime :string;//审核时间
|
|
|
|
|
+ cancelaccountid :number;//注销操作员账号
|
|
|
|
|
+ canceltime :string;//注销时间
|
|
|
|
|
+ closepricemode :number;//强平价格方式 - 1:市价 2:最新价 3:涨跌停(未实现)
|
|
|
|
|
+ closepriceparam :number;//强平最新价浮动比例 - 方式为2时使用 (<1)买 上浮 (1+x)最新价卖 下浮 (1-x)最新价
|
|
|
|
|
+ createtime :string;//创建时间
|
|
|
|
|
+ creatorid :number;//创建人
|
|
|
|
|
+ currencyid :number;//报价货币ID
|
|
|
|
|
+ cutmode :number;//斩仓方式 - 1:不斩仓 2:自动斩仓 3:半自动斩仓
|
|
|
|
|
+ decimalplace :number;//报价小数位
|
|
|
|
|
+ delistingdate :string;//商品退市时间(状态:退市) – 已作废
|
|
|
|
|
+ delistingmode :number;//退市方式 - 1:退市平仓 2:退市交收 3:不处理(仅期权\币币兑换)
|
|
|
|
|
+ deliveryflag :number;//交割标志 - number;
|
|
|
|
|
+//:不可交割 1:可交割
|
|
|
|
|
+ forceclosemode :number;//定期强平方式 - 1:无 2:每日 3:每周 4:每月[收益权]
|
|
|
|
|
+ forceclosevalue :number;//定期强平参数 [收益权]
|
|
|
|
|
+ goodscode :string;//商品代码(内部)
|
|
|
|
|
+ goodscurrencyid :number;//合约货币ID
|
|
|
|
|
+ goodsgroupid :number;//所属商品组ID
|
|
|
|
|
+ goodsid :number;//商品ID(自增ID SEQ_GOODS)
|
|
|
|
|
+ goodsname :string;//商品名称
|
|
|
|
|
+ goodsquotetype :number;//合约报价类型: 1-直接报价 2-间接报价
|
|
|
|
|
+ goodsstatus :number;//商品状态- 1:待审核 2:未上市 3:上市 4:已注销 5:审核拒绝 6:退市 7:待退市
|
|
|
|
|
+ goodstradetype :number;//商品交易权限类型 - 1:可建可平 3:不可建可平
|
|
|
|
|
+ goodunitid :number;//报价单位ID
|
|
|
|
|
+ hasquoter :number;//是否有报价商 - number;
|
|
|
|
|
+//:无报价商 1:有报价商
|
|
|
|
|
+ hqprotecttime :number;//行情保护时间(秒)
|
|
|
|
|
+ innerdealmode :number;//内部成交方式[通道交易] - 1:净头寸 2:开平 3:平今
|
|
|
|
|
+ isbuylimited :number;//是否限制建仓量 - number;
|
|
|
|
|
+//:不限制 1:限制
|
|
|
|
|
+ lasttradedate :string;//最后交易日期(状态:待退市)
|
|
|
|
|
+ listingdate :string;//交易开始日期
|
|
|
|
|
+ marketid :number;//所属市场ID
|
|
|
|
|
+ modifierid :number;//修改人
|
|
|
|
|
+ modifystatus :number;//变更状态 - 1:未变更 2:变更中 3:待审核 4:已审核
|
|
|
|
|
+ modifytime :string;//修改时间
|
|
|
|
|
+ outerdealmode :number;//外部成交方式[通道交易]- 1:净头寸 2:开平 3:平今
|
|
|
|
|
+ outgoodscode :string;//商品代码(外部)
|
|
|
|
|
+ qtydecimalplace :number;//成交量小数位
|
|
|
|
|
+ quotegear :number;//行情档位(1-1number;
|
|
|
|
|
+//)
|
|
|
|
|
+ quoteminunit :number;//行情最小变动单位 [整数,报价小数位一起使用]
|
|
|
|
|
+ quoteshowtype :number;//行情报价类型: 1:成交价 2:买卖中间价 3:含买价 4:含卖价做市模式固定为3:含买价
|
|
|
|
|
+ quoteshowtypeinterval :number;//行情报价间隔时间(秒)(成交价时为number;
|
|
|
|
|
+//)
|
|
|
|
|
+ remark :string;//备注
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
|
|
|
interface MenuItem {
|
|
interface MenuItem {
|
|
|
key: string;
|
|
key: string;
|