 | AllFsi Property |
Note: This is preliminary documentation provided only as a preview, and is subject to change. Please contact the author for pricing and licensing information.
Gets or sets the financial Status Indicator. Indicates whether a NASDAQ-listed issuer has failed to submit its regulatory filings on a timely basis, failed to meet continuing listing standards, and/or filed for bankruptcy.
Namespace: ETradeNet.Market.Quote.DataAssembly: ETradeNet.Market (in ETradeNet.Market.dll) Version: 1.0.5793.41727
Syntaxpublic Nullable<Fsi> Fsi { get; set; }
Public Property Fsi As Nullable(Of Fsi)
Get
Set
public:
property Nullable<Fsi> Fsi {
Nullable<Fsi> get ();
void set (Nullable<Fsi> value);
}
member Fsi : Nullable<Fsi> with get, set
Property Value
Type:
NullableFsiFinancial Status Indicator. Indicates whether a NASDAQ-listed issuer has failed to submit its regulatory filings on a timely basis, failed to meet continuing listing standards, and/or filed for bankruptcy.
See Also