InvestmentsTransactionsGetRequest constructor

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

Implementation

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