Click or drag to resize

SecurityInfo Class

LightningChart .NET Help
Details about Security
Inheritance Hierarchy
SystemObject
  Arction.CustomControls.Trader.WPFSecurityInfo

Namespace:  Arction.CustomControls.Trader.WPF
Assembly:  Arction.Wpf.TradingCharts (in Arction.Wpf.TradingCharts.dll) Version: 10.3.1
Syntax
public class SecurityInfo

The SecurityInfo type exposes the following members.

Constructors
  NameDescription
Public methodSecurityInfo
Initializes a new instance of the SecurityInfo class
Top
Properties
  NameDescription
Public propertyCurrency
The currency used by the Security
Public propertyExchangeLong
Stock exchange's long name
Public propertyExchangeShort
Stock exchange's short name
Public propertyName
Security's name
Public propertyPrice
Current prive value
Public propertyRegion
Region of the Stock exchange
Public propertySymbol
Security Symbol (AAPL etc.)
Public propertyTimeZone
Time zone of the Stock exchange
Public propertyType
Type of the Security
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns basic information about the Security (Name, Symbol, Currency, Stock exchange).
(Overrides ObjectToString.)
Top
See Also