 | OrderServiceGetListAsStreamAsync Method |
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
Syntaxpublic Task<Stream> GetListAsStreamAsync(
string accountId,
Nullable<uint> count,
string marker,
OrderParameters parameters
)
Public Function GetListAsStreamAsync (
accountId As String,
count As Nullable(Of UInteger),
marker As String,
parameters As OrderParameters
) As Task(Of Stream)
public:
virtual Task<Stream^>^ GetListAsStreamAsync(
String^ accountId,
Nullable<unsigned int> count,
String^ marker,
OrderParameters^ parameters
) sealed
abstract GetListAsStreamAsync :
accountId : string *
count : Nullable<uint32> *
marker : string *
parameters : OrderParameters -> Task<Stream>
override GetListAsStreamAsync :
accountId : string *
count : Nullable<uint32> *
marker : string *
parameters : OrderParameters -> Task<Stream>
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:
TaskStreamResponse stream (asynchronous task).
Implements
IOrderServiceGetListAsStreamAsync(String, NullableUInt32, String, OrderParameters)
Exceptions
See Also