IOrdersApiGet Method (AccountID)

GF API Documentation
Returns orders sent by the given Account

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

IReadOnlyList<IOrder> Get(
	AccountID accountID
)

Parameters

accountID
Type: GF.Api.AccountsAccountID

Return Value

Type: IReadOnlyListIOrder
See Also

Reference