 | IGetListResponseMarker 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 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.
Namespace: ETradeNet.Accounts.PositionsAssembly: ETradeNet.Accounts (in ETradeNet.Accounts.dll) Version: 1.0.5793.41751
SyntaxReadOnly Property Marker As String
Get
property String^ Marker {
String^ get ();
}
abstract Marker : string with get
Property Value
Type:
StringThe 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.
See Also