NETColumn CLASS

DateOfCreation PROPERTY (string)
The date when the script was created SYNTAX public string DateOfCreation { get; set; }
Mon, Apr 23, 2018 at 7:52 AM
ExpirationDate PROPERTY (long)
The expiration date for trial version. 0 when expiration not specified SYNTAX public long ExpirationDate { get; set; }
Mon, Apr 23, 2018 at 7:54 AM
Fills PROPERTY (FillsCollection)
Represents access to collection of all today fills. SYNTAX public FillsCollection Fills { get; } EXAMPLE An object ‘Fill’ is created in the follo...
Mon, Apr 23, 2018 at 7:57 AM
Id PROPERTY (Guid)
Indicators ID. SYNTAX public Guid Id { get; }
Mon, Apr 23, 2018 at 8:00 AM
Indicators PROPERTY (IndicatorsCollection)
Represents access to collection of all indicators. SYNTAX public IndicatorsCollection Indicators { get; }
Mon, Apr 23, 2018 at 8:03 AM
Instruments PROPERTY (InstrumentsCollection)
Represents access to collection of all available instruments. SYNTAX public InstrumentsCollection Instruments { get; }
Mon, Apr 23, 2018 at 8:10 AM
Orders PROPERTY (OrdersCollection)
Represents access to collection of all available orders. SYNTAX public OrdersCollection Orders { get; }
Mon, Apr 23, 2018 at 8:12 AM
Password POROPERTY (string)
The password for the script. Must be encrypted by the GetHashedPassword function SYNTAX public string Password { get; set; }
Mon, Apr 23, 2018 at 8:15 AM
Performance PROPERTY (Performance)
Represents access to statistical parameters of strategy. SYNTAX public Performance Performance { get; }
Mon, Apr 23, 2018 at 8:18 AM
Point PROPERTY (double)
The current symbol point value in the quote currency; SYNTAX public double Point { get; }
Mon, Apr 23, 2018 at 8:20 AM