|
@@ -276,6 +276,7 @@ export const useFuturesStore = defineStore(() => {
|
|
|
totalturnover: quote.totalturnover ?? 0,
|
|
totalturnover: quote.totalturnover ?? 0,
|
|
|
holdvolume: quote.holdvolume ?? 0,
|
|
holdvolume: quote.holdvolume ?? 0,
|
|
|
provideraccountid: 0,
|
|
provideraccountid: 0,
|
|
|
|
|
+ currencyid: 1,
|
|
|
provideruserid: 0,
|
|
provideruserid: 0,
|
|
|
marketmarginalgorithm: 0,
|
|
marketmarginalgorithm: 0,
|
|
|
marketmarginvalue: 0,
|
|
marketmarginvalue: 0,
|
|
@@ -338,7 +339,8 @@ export const useFuturesStore = defineStore(() => {
|
|
|
tradeproperty: item.tradeproperty,
|
|
tradeproperty: item.tradeproperty,
|
|
|
provideraccountid: item.provideraccountid,
|
|
provideraccountid: item.provideraccountid,
|
|
|
provideruserid: item.provideruserid,
|
|
provideruserid: item.provideruserid,
|
|
|
- goodstradetype: item.goodstradetype
|
|
|
|
|
|
|
+ goodstradetype: item.goodstradetype,
|
|
|
|
|
+ currencyid: item.currencyid
|
|
|
} = goods)
|
|
} = goods)
|
|
|
|
|
|
|
|
item.iscannotbuy = goods.iscannotbuy ?? 0
|
|
item.iscannotbuy = goods.iscannotbuy ?? 0
|