Click or drag to resize
IPositionsResource 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.

Positions resource interface.

Namespace: ETradeNet.Accounts.Positions
Assembly: ETradeNet.Accounts (in ETradeNet.Accounts.dll) Version: 1.0.5793.41751
Syntax
public interface IPositionsResource

The IPositionsResource type exposes the following members.

Methods
  NameDescription
Public methodGetListAsStreamAsync
Retrieves the positions held in the specified account.
Public methodGetListAsync(String, NullableUInt32, String, NullableTypeCode, String, NullableCallOrPut, NullableDateTime, AccountsParameters)
Retrieves the positions held in the specified account.
Public methodGetListAsync(String, NullableUInt32, String, NullableTypeCode, String, NullableCallOrPut, NullableDateTime, AccountsParameters, CancellationToken)
Retrieves the positions held in the specified account.
Top
See Also