Interface ISecurityInfo
Represents the descriptive information about one security.
Namespace: FancyCandles
Assembly: FancyCandles.dll
Syntax
public interface ISecurityInfo
Properties
| Improve this Doc View SourceExchangeName
Gets the exchange name this security is listed on.
Declaration
string ExchangeName { get; }
Property Value
Type | Description |
---|---|
System.String |
SecID
Gets the unique identifier of this security.
Declaration
string SecID { get; }
Property Value
Type | Description |
---|---|
System.String |
SecurityName
Gets the name of this security.
Declaration
string SecurityName { get; }
Property Value
Type | Description |
---|---|
System.String |
SecurityType
Gets the type of this security.
Declaration
SecurityTypes SecurityType { get; }
Property Value
Type | Description |
---|---|
SecurityTypes |
Ticker
Gets the ticker of this security on the ExchangeName exchange.
Declaration
string Ticker { get; }
Property Value
Type | Description |
---|---|
System.String |