OrderConfiguration constructor

OrderConfiguration(
  1. LimitGTC? limitGTC,
  2. MarketIOC? marketIOC,
  3. LimitGTD? limitGTD,
  4. StopLimitGTC? stopLimitGTC,
  5. StopLimitGTD? stopLimitGTD,
)

Implementation

OrderConfiguration(this.limitGTC, this.marketIOC, this.limitGTD,
    this.stopLimitGTC, this.stopLimitGTD);