Collection of IOrderState
Namespace: GF.Api.Orders.States
Assembly: GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax
public interface IOrderStateList : IReadOnlyList<IOrderState>, IReadOnlyCollection<IOrderState>, IEnumerable<IOrderState>, IEnumerable
The IOrderStateList type exposes the following members.
Properties
Name | Description | |
---|---|---|
Current |
Most recent IOrderState |
See Also