IOrderState Interface

GF API Documentation
IOrder state history item.

Namespace:  GF.Api.Orders.States
Assembly:  GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax

public interface IOrderState : IComparable

The IOrderState type exposes the following members.

Properties

  NameDescription
Public propertyComments
Comments/reason of state change
Public propertyID
Order State identifier
Public propertyOrderState
State of order
Public propertyTimestamp
Timestamp of state change, UTC
Top
Remarks

Order has a history of its state changes in States collection. For each state change, there is a Timestamp and Comments - for example, for Rejected state comments will contain the reason of rejection.
See Also

Reference