SecurityInfo Class |
Namespace: Arction.CustomControls.Trader.WinForms
The SecurityInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| SecurityInfo | Initializes a new instance of the SecurityInfo class |
| Name | Description | |
|---|---|---|
| Currency |
The currency used by the Security
| |
| ExchangeLong |
Stock exchange's long name
| |
| ExchangeShort |
Stock exchange's short name
| |
| Name |
Security's name
| |
| Price |
Current prive value
| |
| Region |
Region of the Stock exchange
| |
| Symbol |
Security Symbol (AAPL etc.)
| |
| TimeZone |
Time zone of the Stock exchange
| |
| Type |
Type of the Security
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString |
Returns basic information about the Security (Name, Symbol, Currency, Stock exchange).
(Overrides ObjectToString.) |