OfferCreateFlagInterface constructor

OfferCreateFlagInterface({
  1. required bool TF_PASSIVE,
  2. required bool TF_IMMEDIATE_OR_CANCEL,
  3. required bool TF_FILL_OR_KILL,
  4. required bool TF_SELL,
})

Implementation

OfferCreateFlagInterface(
    {required this.TF_PASSIVE,
    required this.TF_IMMEDIATE_OR_CANCEL,
    required this.TF_FILL_OR_KILL,
    required this.TF_SELL});