LimitGTC constructor

LimitGTC(
  1. double? quoteSize,
  2. double? baseSize,
  3. double? limitPrice,
  4. bool? postOnly,
)

LimitGTC constructor

Implementation

LimitGTC(this.quoteSize, this.baseSize, this.limitPrice, this.postOnly);