IOrdersApiGet Method (OrderID)

GF API Documentation
Returns the order with the given ID. Null if order not found.

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

IOrder Get(
	OrderID orderID
)

Parameters

orderID
Type: GF.Api.OrdersOrderID

Return Value

Type: IOrder
See Also

Reference