InvestmentTransaction class

Available Extensions
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

InvestmentTransaction({String? investmentTransactionId, String? cancelTransactionId, String? accountId, String? securityId, String? date, String? name, double? quantity, double? amount, double? price, double? fees, InvestmentTransactionType? type, InvestmentTransactionSubtype? subtype, String? isoCurrencyCode, String? unofficialCurrencyCode})
InvestmentTransaction.fromJson(Map<String, dynamic> json)
factory

Properties

accountId String?
final
amount double?
final
cancelTransactionId String?
final
date String?
final
fees double?
final
hashCode int
The hash code for this object.
no setterinherited
investmentTransactionId String?
final
isoCurrencyCode String?
final
name String?
final
price double?
final
quantity double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
securityId String?
final
subtype InvestmentTransactionSubtype?
final
type InvestmentTransactionType?
final
unofficialCurrencyCode String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(dynamic other) bool
The equality operator.
override

Constants

fromJsonFactory → const InvestmentTransaction Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(InvestmentTransaction instance)