LimitGTD constructor

LimitGTD(
  1. double? quoteSize,
  2. double? baseSize,
  3. double? limitPrice,
  4. DateTime? endTime,
  5. bool? postOnly,
)

LimitGTD constructor

Implementation

LimitGTD(this.quoteSize, this.baseSize, this.limitPrice, this.endTime,
    this.postOnly);