StopLimitGTC constructor

StopLimitGTC(
  1. double? quoteSize,
  2. double? baseSize,
  3. double? limitPrice,
  4. double? stopPrice,
  5. StopDirection? stopDirection,
)

StopLimitGTC constructor

Implementation

StopLimitGTC(this.quoteSize, this.baseSize, this.limitPrice, this.stopPrice,
    this.stopDirection);