InvestmentsTransactionsGetRequest constructor
InvestmentsTransactionsGetRequest({})
Implementation
InvestmentsTransactionsGetRequest({
this.clientId,
this.secret,
required this.accessToken,
required this.startDate,
required this.endDate,
this.options,
});