NETSDK CLASS
Cache of basic data, platform is used for performance. SYNTAX public NetScriptCache NetScriptCache
Wed, May 2, 2018 at 3:35 PM
Represents access to collection of all available accounts. SYNTAX public IAccountsCollection Accounts { get; } EXAMPLE An object ‘Account’ ...
Wed, May 2, 2018 at 3:36 PM
Last Ask for the current instrument. SYNTAX public double Ask { get; }
Wed, May 2, 2018 at 3:37 PM
The author of the script. SYNTAX public string Author { get; set; }
Wed, May 2, 2018 at 3:38 PM
Last bid for the current instrument. SYNTAX public double Bid { get; }
Wed, May 2, 2018 at 3:39 PM
The full name of the script. SYNTAX public string Comments { get; set; }
Wed, May 2, 2018 at 3:39 PM
The author's company. SYNTAX public string Company { get; set; }
Wed, May 2, 2018 at 3:40 PM
The copyrights string. SYNTAX public string Copyrights { get; set; }
Wed, May 2, 2018 at 3:41 PM
Represents access to the current Chart. SYNTAX public Chart CurrentChart { get; }
Wed, May 2, 2018 at 3:42 PM
Represent access to currently download historical data. SYNTAX public HistoricalData CurrentData { get; }
Wed, May 2, 2018 at 3:43 PM