Fill CLASS

Account PROPERTY (Account)
Gets object 'Account' by which the last trade was made. SYNTAX public Account Account { get; } EXAMPLE An object ‘Fill’ is created ...
Sat, Apr 28, 2018 at 12:11 PM
Amount PROPERTY (double)
Gets trade volume in lots. SYNTAX public double Amount { get; } EXAMPLE An object ‘Fill’ is created in the following example. After creatio...
Sat, Apr 28, 2018 at 12:17 PM
Commission PROPERTY (double)
Gets the amount of the commission for the trade which was made. SYNTAX public double Commission { get; } EXAMPLE An object ‘Fill’ is create...
Sat, Apr 28, 2018 at 12:18 PM
CounterOrderId PROPERTY (string)
Provides counter order id. SYNTAX public string CounterOrderId { get; } EXAMPLE using System; using System.Collections; using System.Collect...
Sat, Apr 28, 2018 at 12:19 PM
Exchange PROPERTY (string)
Gets the exchange name where the trade took place. SYNTAX public string Exchange { get; } EXAMPLE An object ‘Fill’ is created in the follow...
Sat, Apr 28, 2018 at 12:20 PM
ExternalId PROPERTY (string)
Gets the external route identifier of the trade. SYNTAX public string ExternalId { get; } EXAMPLE An object ‘Fill’ is created in the follow...
Sat, Apr 28, 2018 at 12:22 PM
ExternalPrice PROPERTY (double)
Gets the price at which the trade took place on external resource. SYNTAX public double ExternalPrice { get; } EXAMPLE An object ‘Fill’ is create...
Mon, Apr 30, 2018 at 10:06 AM
Id PROPERTY (string)
Gets the unique identifier for the trade. Can contain numbers and/or symbols. SYNTAX public string Id { get; } EXAMPLE An object ‘Fill’ is created...
Mon, Apr 30, 2018 at 10:12 AM
Instrument PROPERTY (Instrument)
Gets object 'Instrument' by which the last trade was made. SYNTAX public Instrument Instrument { get; } EXAMPLE An object ‘Fill’ is cr...
Mon, Apr 30, 2018 at 10:16 AM
OrderId PROPERTY (string)
Gets the unique identifier of the order initiating the trade. SYNTAX public string OrderId { get; } EXAMPLE An object ‘Fill’ is created in the fol...
Mon, Apr 30, 2018 at 10:21 AM