InvestmentHoldingsGetRequestOptions constructor

InvestmentHoldingsGetRequestOptions({
  1. List<String>? accountIds,
})

Implementation

InvestmentHoldingsGetRequestOptions({
  this.accountIds,
});