NETColumn CLASS

Account PROPERTY (IAccountsCollection)
Represents access to collection of all available accounts. SYNTAX public IAccountsCollection Accounts { get; } EXAMPLE  An object ‘Account’ that i...
Mon, Apr 23, 2018 at 7:24 AM
Ask PROPERTY (double)
Last Ask for the current instrument SYNTAX public double Ask { get; }
Mon, Apr 23, 2018 at 7:27 AM
Author PROPERTY (string)
The author of the script SYNTAX public string Author { get; set; }
Mon, Apr 23, 2018 at 7:30 AM
Bid PROPERTY (double)
Last bid for the current instrument SYNTAX public double Bid { get; }
Mon, Apr 23, 2018 at 7:33 AM
Comments PROPERTY (string)
The full name of the script SYNTAX public string Comments { get; set; }
Mon, Apr 23, 2018 at 7:36 AM
Company PROPERTY (string)
The autor's company SYNTAX public string Company { get; set; }
Mon, Apr 23, 2018 at 7:38 AM
Copyrights PROPERTY (string)
The copyrights string SYNTAX public string Copyrights { get; set; }
Mon, Apr 23, 2018 at 7:41 AM
CurrentChart PROPERTY (Chart)
Represents access to the current Chart. SYNTAX public Chart CurrentChart { get; }
Mon, Apr 23, 2018 at 7:44 AM
CurrentData PROPERTY (HistoricalData)
Represent access to currently download historical data. SYNTAX public HistoricalData CurrentData { get; }
Mon, Apr 23, 2018 at 7:46 AM
CurrentPanelType PROPERTY (PanelType)
Gets on which custom column was added. SYNTAX public abstract virtual PanelType CurrentPanelType { get; }
Mon, Apr 23, 2018 at 7:49 AM