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

Container for GetList method response.

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

The IGetListResponse type exposes the following members.

Properties
  NameDescription
Public propertyAccountId
Gets the account ID.
Public propertyAccountPositions
Gets the account position elements.
Public propertyCount
Gets the number of positions contained in the response.
Public propertyMarker
Gets the starting point for the next set of positions, if any. This property is empty if there are no more positions in the account after these.
Top
See Also