InvestmentsTransactionsOverride constructor
InvestmentsTransactionsOverride({})
Implementation
InvestmentsTransactionsOverride({
required this.date,
required this.name,
required this.quantity,
required this.price,
this.fees,
required this.type,
required this.currency,
this.security,
});