Show / Hide Table of Contents

Interface ISecurityInfo

Represents the descriptive information about one security.

Namespace: FancyCandles
Assembly: FancyCandles.dll
Syntax
public interface ISecurityInfo

Properties

| Improve this Doc View Source

ExchangeName

Gets the exchange name this security is listed on.

Declaration
string ExchangeName { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

SecID

Gets the unique identifier of this security.

Declaration
string SecID { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

SecurityName

Gets the name of this security.

Declaration
string SecurityName { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

SecurityType

Gets the type of this security.

Declaration
SecurityTypes SecurityType { get; }
Property Value
Type Description
SecurityTypes
| Improve this Doc View Source

Ticker

Gets the ticker of this security on the ExchangeName exchange.

Declaration
string Ticker { get; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source

Interface ISecurityInfo

Back to top Generated by DocFX. Copyright Ⓒ Dennis Geller 2019.