Fill
class
Represents information about trading history.
Properties
Account Account | Gets object 'Account' by which the last trade was made. |
Amount double | Gets trade volume in lots. |
Commission double | Gets the amount of the commission for the trade which was made. |
CounterOrderId string | Provides counter order id. |
Exchange string | Gets the exchange name where the trade took place. |
ExternalId string | Gets the external route identifier of the trade. |
ExternalPrice double | Gets the price at which the trade took place on external resource. |
Id string | Gets the unique identifier for the trade. Can contain numbers and/or symbols. |
Instrument Instrument | Gets object 'Instrument' by which the last trade was made. |
OrderId string | Gets the unique identifier of the order initiating the trade. |
PositionId string | Gets a unique number that the trade system assigns to each position. |
Price double | Gets the price at which the trade took place. |
Profit double | Gets the Profit/Loss for the trade. |
Side Operation | Gets the side of the trade (Buy or Sell). |
Time DateTime | Gets the time when the trade was made. |
Type OrdersType? | Gets the order type with the help of which the trade was made. Type can be null. |
Methods
GetHashCode () Return: int | Returns a hash code of current Fill object. |