Security class

Available Extensions
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

Security({String? securityId, String? isin, String? cusip, String? sedol, String? institutionSecurityId, String? institutionId, String? proxySecurityId, String? name, String? tickerSymbol, bool? isCashEquivalent, String? type, double? closePrice, DateTime? closePriceAsOf, String? isoCurrencyCode, 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 setterinherited
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

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 Security Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(Security instance)