 | IGetListResponseAccountPositions Property |
Note: This is preliminary documentation provided only as a preview, and is subject to change. Please contact the author for pricing and licensing information.
Gets the account position elements.
Namespace: ETradeNet.Accounts.PositionsAssembly: ETradeNet.Accounts (in ETradeNet.Accounts.dll) Version: 1.0.5793.41751
SyntaxAccountPositions AccountPositions { get; }
ReadOnly Property AccountPositions As AccountPositions
Get
property AccountPositions^ AccountPositions {
AccountPositions^ get ();
}
abstract AccountPositions : AccountPositions with get
Property Value
Type:
AccountPositionsContainer for one or more account position elements. Only appears if the account has at least one position.
See Also