| IOrderService Interface |
Note: This is preliminary documentation provided only as a preview, and is subject to change. Please contact the author for pricing and licensing information.
Namespace: ETradeNet.Order
The IOrderService type exposes the following members.
| Name | Description | |
|---|---|---|
| CancelAsync(String, String, OrderParameters) |
Cancels an order.
| |
| CancelAsync(String, String, OrderParameters, CancellationToken) |
Cancels an order.
| |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
| GetListAsStreamAsync |
Returns a list of open orders or orders updated during the current day.
| |
| GetListAsync(String, NullableUInt32, String, OrderParameters) |
Returns a list of open orders or orders updated during the current day.
| |
| GetListAsync(String, NullableUInt32, String, OrderParameters, CancellationToken) |
Returns a list of open orders or orders updated during the current day.
|