OfferCreateFlagInterface constructor

OfferCreateFlagInterface({
  1. required bool tfPassive,
  2. required bool tfImmediateOrCancel,
  3. required bool tfFillOrKill,
  4. required bool tfSell,
})

Implementation

OfferCreateFlagInterface({
  required this.tfPassive,
  required this.tfImmediateOrCancel,
  required this.tfFillOrKill,
  required this.tfSell,
});