ConditionalOrderTriggerFailureUpdate constructor

const ConditionalOrderTriggerFailureUpdate({
  1. String? marketId,
  2. String? subaccountId,
  3. String? markPrice,
  4. String? orderHash,
  5. String? cid,
  6. String? errorDescription,
})

Implementation

const ConditionalOrderTriggerFailureUpdate({
  this.marketId,
  this.subaccountId,
  this.markPrice,
  this.orderHash,
  this.cid,
  this.errorDescription,
});