OrderConfiguration constructor
OrderConfiguration(
- LimitGTC? limitGTC,
- MarketIOC? marketIOC,
- LimitGTD? limitGTD,
- StopLimitGTC? stopLimitGTC,
- StopLimitGTD? stopLimitGTD,
Implementation
OrderConfiguration(this.limitGTC, this.marketIOC, this.limitGTD,
this.stopLimitGTC, this.stopLimitGTD);