InvestmentsTransactionsGetResponse constructor
InvestmentsTransactionsGetResponse({
- required Item item,
- required List<
AccountBase> accounts, - required List<
Security> securities, - required List<
InvestmentTransaction> investmentTransactions, - required int totalInvestmentTransactions,
- required String requestId,
Implementation
InvestmentsTransactionsGetResponse({
required this.item,
required this.accounts,
required this.securities,
required this.investmentTransactions,
required this.totalInvestmentTransactions,
required this.requestId,
});