InvestmentsTransactionsGetRequest constructor

InvestmentsTransactionsGetRequest({
  1. String? clientId,
  2. String? secret,
  3. required String accessToken,
  4. required DateTime startDate,
  5. required DateTime endDate,
  6. InvestmentsTransactionsGetRequestOptions? options,
})

Implementation

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