$InvestmentTransactionExtension extension

on

Methods

copyWith({String? investmentTransactionId, String? cancelTransactionId, String? accountId, String? securityId, DateTime? date, String? name, double? quantity, double? amount, double? price, double? fees, InvestmentTransactionType? type, InvestmentTransactionSubtype? subtype, String? isoCurrencyCode, String? unofficialCurrencyCode}) InvestmentTransaction
copyWithWrapped({Wrapped<String>? investmentTransactionId, Wrapped<String?>? cancelTransactionId, Wrapped<String>? accountId, Wrapped<String?>? securityId, Wrapped<DateTime>? date, Wrapped<String>? name, Wrapped<double>? quantity, Wrapped<double>? amount, Wrapped<double>? price, Wrapped<double?>? fees, Wrapped<InvestmentTransactionType>? type, Wrapped<InvestmentTransactionSubtype>? subtype, Wrapped<String?>? isoCurrencyCode, Wrapped<String?>? unofficialCurrencyCode}) InvestmentTransaction