 | IOrderServiceGetListAsync Method (String, NullableUInt32, String, OrderParameters) |
Note: This is preliminary documentation provided only as a preview, and is subject to change. Please contact the author for pricing and licensing information.
Returns a list of open orders or orders updated during the current day.
Namespace: ETradeNet.OrderAssembly: ETradeNet.Order (in ETradeNet.Order.dll) Version: 1.0.5793.41701
SyntaxTask<IGetListResponse> GetListAsync(
string accountId,
Nullable<uint> count,
string marker,
OrderParameters parameters
)
Function GetListAsync (
accountId As String,
count As Nullable(Of UInteger),
marker As String,
parameters As OrderParameters
) As Task(Of IGetListResponse)
Task<IGetListResponse^>^ GetListAsync(
String^ accountId,
Nullable<unsigned int> count,
String^ marker,
OrderParameters^ parameters
)
abstract GetListAsync :
accountId : string *
count : Nullable<uint32> *
marker : string *
parameters : OrderParameters -> Task<IGetListResponse>
Parameters
- accountId
- Type: SystemString
Numeric account ID. Required. - count
- Type: SystemNullableUInt32
The number of orders to return in the response. The default is 25. - marker
- Type: SystemString
The desired starting point of the set of items to return. - parameters
- Type: ETradeNet.OrderOrderParameters
Common parameters.
Return Value
Type:
TaskIGetListResponseGetList method response (asynchronous task).
Exceptions
See Also