InvestmentTransactionSubtype enum
Values
- swaggerGeneratedUnknown → const InvestmentTransactionSubtype
- accountFee → const InvestmentTransactionSubtype
- adjustment → const InvestmentTransactionSubtype
- assignment → const InvestmentTransactionSubtype
- buy → const InvestmentTransactionSubtype
- buyToCover → const InvestmentTransactionSubtype
- contribution → const InvestmentTransactionSubtype
- deposit → const InvestmentTransactionSubtype
- distribution → const InvestmentTransactionSubtype
- dividend → const InvestmentTransactionSubtype
- dividendReinvestment → const InvestmentTransactionSubtype
- exercise → const InvestmentTransactionSubtype
- expire → const InvestmentTransactionSubtype
- fundFee → const InvestmentTransactionSubtype
- interest → const InvestmentTransactionSubtype
- interestReceivable → const InvestmentTransactionSubtype
- interestReinvestment → const InvestmentTransactionSubtype
- legalFee → const InvestmentTransactionSubtype
- loanPayment → const InvestmentTransactionSubtype
- longTermCapitalGain → const InvestmentTransactionSubtype
- longTermCapitalGainReinvestment → const InvestmentTransactionSubtype
- managementFee → const InvestmentTransactionSubtype
- marginExpense → const InvestmentTransactionSubtype
- merger → const InvestmentTransactionSubtype
- miscellaneousFee → const InvestmentTransactionSubtype
- nonQualifiedDividend → const InvestmentTransactionSubtype
- nonResidentTax → const InvestmentTransactionSubtype
- pendingCredit → const InvestmentTransactionSubtype
- pendingDebit → const InvestmentTransactionSubtype
- qualifiedDividend → const InvestmentTransactionSubtype
- rebalance → const InvestmentTransactionSubtype
- returnOfPrincipal → const InvestmentTransactionSubtype
- request → const InvestmentTransactionSubtype
- sell → const InvestmentTransactionSubtype
- sellShort → const InvestmentTransactionSubtype
- send → const InvestmentTransactionSubtype
- shortTermCapitalGain → const InvestmentTransactionSubtype
- shortTermCapitalGainReinvestment → const InvestmentTransactionSubtype
- spinOff → const InvestmentTransactionSubtype
- split → const InvestmentTransactionSubtype
- stockDistribution → const InvestmentTransactionSubtype
- tax → const InvestmentTransactionSubtype
- taxWithheld → const InvestmentTransactionSubtype
- trade → const InvestmentTransactionSubtype
- transfer → const InvestmentTransactionSubtype
- transferFee → const InvestmentTransactionSubtype
- trustFee → const InvestmentTransactionSubtype
- unqualifiedGain → const InvestmentTransactionSubtype
- withdrawal → const InvestmentTransactionSubtype
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
InvestmentTransactionSubtype> - A constant List of the values in this enum, in order of their declaration.