Click or drag to resize
IAlertsResource Methods

Note: This is preliminary documentation provided only as a preview, and is subject to change. Please contact the author for pricing and licensing information.

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