Fill CLASS
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
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
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
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
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
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
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
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
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
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