@guihz/trading-vue-editor-tes 0.0.20 → 0.0.21

Sign up to get free protection for your applications and to get access to all the features.
@@ -74,6 +74,7 @@ interface IOrder extends IOrderArgs {
74
74
  isMarketPriceLimit?: boolean;
75
75
  isMarketPriceStop?: boolean;
76
76
  isCancel?: boolean;
77
+ close_qty?: number;
77
78
  }
78
79
  type CloseEntriesRuleType = 'FIFO' | 'ANY';
79
80
  export default class Strategy {