StandaloneInvestmentTransactionType constructor

StandaloneInvestmentTransactionType({
  1. required String buy,
  2. required String sell,
  3. required String cancel,
  4. required String cash,
  5. required String fee,
  6. required String transfer,
})

Implementation

StandaloneInvestmentTransactionType({
  required this.buy,
  required this.sell,
  required this.cancel,
  required this.cash,
  required this.fee,
  required this.transfer,
});