StopLimitGTD constructor

StopLimitGTD(
  1. double? quoteSize,
  2. double? baseSize,
  3. double? limitPrice,
  4. double? stopPrice,
  5. DateTime? endTime,
  6. StopDirection? stopDirection,
)

StopLimitGTD constructor

Implementation

StopLimitGTD(this.quoteSize, this.baseSize, this.limitPrice, this.stopPrice,
    this.endTime, this.stopDirection);