StandaloneInvestmentTransactionSubtype constructor

StandaloneInvestmentTransactionSubtype({
  1. String? accountFee,
  2. String? assignment,
  3. String? buy,
  4. String? buyToCover,
  5. String? contribution,
  6. String? deposit,
  7. String? distribution,
  8. String? dividend,
  9. String? dividendReinvestment,
  10. String? exercise,
  11. String? expire,
  12. String? fundFee,
  13. String? interest,
  14. String? interestReceivable,
  15. String? interestReinvestment,
  16. String? legalFee,
  17. String? loanPayment,
  18. String? longTermCapitalGain,
  19. String? longTermCapitalGainReinvestment,
  20. String? managementFee,
  21. String? marginExpense,
  22. String? merger,
  23. String? miscellaneousFee,
  24. String? nonQualifiedDividend,
  25. String? nonResidentTax,
  26. String? pendingCredit,
  27. String? pendingDebit,
  28. String? qualifiedDividend,
  29. String? rebalance,
  30. String? returnOfPrincipal,
  31. String? sell,
  32. String? sellShort,
  33. String? shortTermCapitalGain,
  34. String? shortTermCapitalGainReinvestment,
  35. String? spinOff,
  36. String? split,
  37. String? stockDistribution,
  38. String? tax,
  39. String? taxWithheld,
  40. String? transfer,
  41. String? transferFee,
  42. String? trustFee,
  43. String? unqualifiedGain,
  44. String? withdrawal,
})

Implementation

StandaloneInvestmentTransactionSubtype({
  this.accountFee,
  this.assignment,
  this.buy,
  this.buyToCover,
  this.contribution,
  this.deposit,
  this.distribution,
  this.dividend,
  this.dividendReinvestment,
  this.exercise,
  this.expire,
  this.fundFee,
  this.interest,
  this.interestReceivable,
  this.interestReinvestment,
  this.legalFee,
  this.loanPayment,
  this.longTermCapitalGain,
  this.longTermCapitalGainReinvestment,
  this.managementFee,
  this.marginExpense,
  this.merger,
  this.miscellaneousFee,
  this.nonQualifiedDividend,
  this.nonResidentTax,
  this.pendingCredit,
  this.pendingDebit,
  this.qualifiedDividend,
  this.rebalance,
  this.returnOfPrincipal,
  this.sell,
  this.sellShort,
  this.shortTermCapitalGain,
  this.shortTermCapitalGainReinvestment,
  this.spinOff,
  this.split,
  this.stockDistribution,
  this.tax,
  this.taxWithheld,
  this.transfer,
  this.transferFee,
  this.trustFee,
  this.unqualifiedGain,
  this.withdrawal,
});