|
@@ -26,62 +26,62 @@ export function spotPresaleBreachOfContractConfirm(params: TradeParams<Proto.Spo
|
|
|
/**
|
|
/**
|
|
|
* 铁合金现货预售违约申请接口请求
|
|
* 铁合金现货预售违约申请接口请求
|
|
|
*/
|
|
*/
|
|
|
- export function spotPresaleBreachOfContractApply(params: TradeParams<Proto.SpotPresaleBreachOfContractApplyReq, Proto.SpotPresaleBreachOfContractApplyRsp>) {
|
|
|
|
|
|
|
+export function spotPresaleBreachOfContractApply(params: TradeParams<Proto.SpotPresaleBreachOfContractApplyReq, Proto.SpotPresaleBreachOfContractApplyRsp>) {
|
|
|
return tradeServerRequest('SpotPresaleBreachOfContractApplyReq', 'SpotPresaleBreachOfContractApplyRsp', params);
|
|
return tradeServerRequest('SpotPresaleBreachOfContractApplyReq', 'SpotPresaleBreachOfContractApplyRsp', params);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
* 铁合金现货预售付款处理接口请求
|
|
* 铁合金现货预售付款处理接口请求
|
|
|
*/
|
|
*/
|
|
|
- export function spotPresalePlayment(params: TradeParams<Proto.SpotPresalePlaymentReq, Proto.SpotPresalePlaymentRsp>) {
|
|
|
|
|
|
|
+export function spotPresalePlayment(params: TradeParams<Proto.SpotPresalePlaymentReq, Proto.SpotPresalePlaymentRsp>) {
|
|
|
return tradeServerRequest('SpotPresalePlaymentReq', 'SpotPresalePlaymentRsp', params);
|
|
return tradeServerRequest('SpotPresalePlaymentReq', 'SpotPresalePlaymentRsp', params);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
* 挂牌撤单请求
|
|
* 挂牌撤单请求
|
|
|
*/
|
|
*/
|
|
|
- export function wrListingCancelOrder(params: TradeParams<Proto.WRListingCancelOrderReq, Proto.WRListingCancelOrderRsp>) {
|
|
|
|
|
|
|
+export function wrListingCancelOrder(params: TradeParams<Proto.WRListingCancelOrderReq, Proto.WRListingCancelOrderRsp>) {
|
|
|
return tradeServerRequest('WRListingCancelOrderReq', 'WRListingCancelOrderRsp', params);
|
|
return tradeServerRequest('WRListingCancelOrderReq', 'WRListingCancelOrderRsp', params);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
* 仓单出库申请
|
|
* 仓单出库申请
|
|
|
*/
|
|
*/
|
|
|
- export function wrOutApply(params: TradeParams<Proto.WROutApplyReq, Proto.WROutApplyRsp>) {
|
|
|
|
|
|
|
+export function wrOutApply(params: TradeParams<Proto.WROutApplyReq, Proto.WROutApplyRsp>) {
|
|
|
return tradeServerRequest('WROutApplyReq', 'WROutApplyRsp', params);
|
|
return tradeServerRequest('WROutApplyReq', 'WROutApplyRsp', params);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
* 持仓单挂牌请求
|
|
* 持仓单挂牌请求
|
|
|
*/
|
|
*/
|
|
|
- export function hdWROrder(params: TradeParams<Proto.HdWROrderReq, Proto.HdWROrderRsp>) {
|
|
|
|
|
|
|
+export function hdWROrder(params: TradeParams<Proto.HdWROrderReq, Proto.HdWROrderRsp>) {
|
|
|
return tradeServerRequest('HdWROrderReq', 'HdWROrderRsp', params);
|
|
return tradeServerRequest('HdWROrderReq', 'HdWROrderRsp', params);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
* 持仓单摘牌请求
|
|
* 持仓单摘牌请求
|
|
|
*/
|
|
*/
|
|
|
- export function hdWRDealOrder(params: TradeParams<Proto.HdWRDealOrderReq, Proto.HdWRDealOrderRsp>) {
|
|
|
|
|
|
|
+export function hdWRDealOrder(params: TradeParams<Proto.HdWRDealOrderReq, Proto.HdWRDealOrderRsp>) {
|
|
|
return tradeServerRequest('HdWRDealOrderReq', 'HdWRDealOrderRsp', params);
|
|
return tradeServerRequest('HdWRDealOrderReq', 'HdWRDealOrderRsp', params);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
* 铁合金现货预售转让挂牌接口请求
|
|
* 铁合金现货预售转让挂牌接口请求
|
|
|
*/
|
|
*/
|
|
|
- export function spotPresaleTransferListing(params: TradeParams<Proto.SpotPresaleTransferListingReq, Proto.SpotPresaleTransferListingRsp>) {
|
|
|
|
|
|
|
+export function spotPresaleTransferListing(params: TradeParams<Proto.SpotPresaleTransferListingReq, Proto.SpotPresaleTransferListingRsp>) {
|
|
|
return tradeServerRequest('SpotPresaleTransferListingReq', 'SpotPresaleTransferListingRsp', params);
|
|
return tradeServerRequest('SpotPresaleTransferListingReq', 'SpotPresaleTransferListingRsp', params);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
* 铁合金现货预售转让撤销接口请求
|
|
* 铁合金现货预售转让撤销接口请求
|
|
|
*/
|
|
*/
|
|
|
- export function spotPresaleTransferCancel(params: TradeParams<Proto.SpotPresaleTransferCancelReq, Proto.SpotPresaleTransferCancelRsp>) {
|
|
|
|
|
|
|
+export function spotPresaleTransferCancel(params: TradeParams<Proto.SpotPresaleTransferCancelReq, Proto.SpotPresaleTransferCancelRsp>) {
|
|
|
return tradeServerRequest('SpotPresaleTransferCancelReq', 'SpotPresaleTransferCancelRsp', params);
|
|
return tradeServerRequest('SpotPresaleTransferCancelReq', 'SpotPresaleTransferCancelRsp', params);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
* 铁合金现货预售转让摘牌接口请求
|
|
* 铁合金现货预售转让摘牌接口请求
|
|
|
*/
|
|
*/
|
|
|
- export function spotPresaleTransferDesting(params: TradeParams<Proto.SpotPresaleTransferDestingReq, Proto.SpotPresaleTransferDestingRsp>) {
|
|
|
|
|
- return tradeServerRequest('SpotPresaleTransferDestingReq', 'SpotPresaleTransferDestingRsp', params);
|
|
|
|
|
|
|
+export function spotPresaleTransferDesting(params: TradeParams<Proto.SpotPresaleTransferDestingReq, Proto.SpotPresaleTransferDestingRsp>) {
|
|
|
|
|
+ return tradeServerRequest('SpotPresaleTransferDestingReq', 'SpotPresaleTransferDestingRsp', params, Market.THJ);
|
|
|
}
|
|
}
|