Security constructor
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,
Implementation
Security({
this.securityId,
this.isin,
this.cusip,
this.sedol,
this.institutionSecurityId,
this.institutionId,
this.proxySecurityId,
this.name,
this.tickerSymbol,
this.isCashEquivalent,
this.type,
this.closePrice,
this.closePriceAsOf,
this.isoCurrencyCode,
this.unofficialCurrencyCode,
});