UGoldTradeLimitResponse constructor

UGoldTradeLimitResponse({
  1. String? type,
  2. String? asset,
  3. double? maxVolume,
  4. double? usedVolume,
  5. double? remainingVolume,
  6. String? interval,
  7. String? resetsAt,
  8. TagGoldOrderSide? side,
  9. String? windowStart,
  10. String? windowEnd,
})

Implementation

UGoldTradeLimitResponse({
  this.type,
  this.asset,
  this.maxVolume,
  this.usedVolume,
  this.remainingVolume,
  this.interval,
  this.resetsAt,
  this.side,
  this.windowStart,
  this.windowEnd,
});