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

Alerts resource interface.

Namespace: ETradeNet.Accounts.Alerts
Assembly: ETradeNet.Accounts (in ETradeNet.Accounts.dll) Version: 1.0.5793.41751
Syntax
public interface IAlertsResource

The IAlertsResource type exposes the following members.

Methods
  NameDescription
Public methodDeleteAsync(String, AccountsParameters)
Marks the specified alert as deleted.
Public methodDeleteAsync(String, AccountsParameters, CancellationToken)
Marks the specified alert as deleted.
Public methodGetDetailsAsStreamAsync
Returns the details of the specified alert.
Public methodGetDetailsAsync(String, AccountsParameters)
Returns the details of the specified alert.
Public methodGetDetailsAsync(String, AccountsParameters, CancellationToken)
Returns the details of the specified alert.
Public methodGetListAsStreamAsync
Returns a list of alerts related to trading and account activity.
Public methodGetListAsync(AccountsParameters)
Returns a list of alerts related to trading and account activity.
Public methodGetListAsync(AccountsParameters, CancellationToken)
Returns a list of alerts related to trading and account activity.
Top
See Also