IFillList Interface

GF API Documentation
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

  NameDescription
Public propertyAvgPrice
Get average price of active fills
Public propertyTotalQuantity
Get total quantity of active fills
Top
Methods

  NameDescription
Public methodToString
Total Quantity formatted as {total} or {first-leg}-{second-leg}
Top
Remarks

Note: average weighted price and total filled quantity is calculated only for active fills.
See Also

Reference