OrderID Class

GF API Documentation
Uniquely identifies an IOrder.
Inheritance Hierarchy

SystemObject
  GF.Api.UtilsIDOrderID
    GF.Api.OrdersOrderID

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

public sealed class OrderID : ID<OrderID>

The OrderID type exposes the following members.

Constructors

  NameDescription
Public methodOrderID
Construct from ID value
Top
Properties

  NameDescription
Public propertyIsWorkingID
Was this ID generated by the server?
Public propertyValue
ID value
(Inherited from IDT.)
Top
Methods

  NameDescription
Public methodCompareTo
Structural comparison
(Inherited from IDT.)
Public methodStatic memberCreate
Statically construct from ID value
Public methodEquals
Structural equality
(Inherited from IDT.)
Public methodGetHashCode
Gets hash code
(Inherited from IDT.)
Public methodToString
Convert to string
(Inherited from IDT.)
Top
Remarks

An order will have an initial local negative ID. When sent to the server, the server will respond with a real, positive ID.
See Also

Reference