Collection of IOrder fills
Namespace: GF.Api.Orders.Fills
Assembly: GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax
public interface IFillList : IReadOnlyList<IFill>, IReadOnlyCollection<IFill>, IEnumerable<IFill>, IEnumerable
The IFillList type exposes the following members.
Properties
Name | Description | |
---|---|---|
AvgPrice |
Get average price of active fills
| |
TotalQuantity |
Get total quantity of active fills
|
Methods
Name | Description | |
---|---|---|
ToString |
Total Quantity formatted as {total} or {first-leg}-{second-leg}
|
Remarks
See Also