Security class

Available Extensions
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

Security({required String securityId, required String? isin, required String? cusip, required String? sedol, required String? institutionSecurityId, required String? institutionId, required String? proxySecurityId, required String? name, required String? tickerSymbol, required bool? isCashEquivalent, required String? type, required double? closePrice, required DateTime? closePriceAsOf, DateTime? updateDatetime, required String? isoCurrencyCode, required String? unofficialCurrencyCode})
Security.fromJson(Map<String, dynamic> json)
factory

Properties

closePrice double?
final
closePriceAsOf DateTime?
final
cusip String?
final
hashCode int
The hash code for this object.
no setteroverride
institutionId String?
final
institutionSecurityId String?
final
isCashEquivalent bool?
final
isin String?
final
isoCurrencyCode String?
final
name String?
final
proxySecurityId String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
securityId String
final
sedol String?
final
tickerSymbol String?
final
type String?
final
unofficialCurrencyCode String?
final
updateDatetime DateTime?
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.
override

Operators

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

Constants

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