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
-
copyWith(
{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, DateTime? updateDatetime, String? isoCurrencyCode, String? unofficialCurrencyCode}) → Security -
Available on Security, provided by the $SecurityExtension extension
-
copyWithWrapped(
{Wrapped< String> ? securityId, Wrapped<String?> ? isin, Wrapped<String?> ? cusip, Wrapped<String?> ? sedol, Wrapped<String?> ? institutionSecurityId, Wrapped<String?> ? institutionId, Wrapped<String?> ? proxySecurityId, Wrapped<String?> ? name, Wrapped<String?> ? tickerSymbol, Wrapped<bool?> ? isCashEquivalent, Wrapped<String?> ? type, Wrapped<double?> ? closePrice, Wrapped<DateTime?> ? closePriceAsOf, Wrapped<DateTime?> ? updateDatetime, Wrapped<String?> ? isoCurrencyCode, Wrapped<String?> ? unofficialCurrencyCode}) → Security -
Available on Security, provided by the $SecurityExtension extension
-
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)