Show / Hide Table of Contents

Interface IWatchList

Encapsulates watch list information from Alpaca REST API.

Namespace: Alpaca.Markets
Assembly: Alpaca.Markets.dll
Syntax
public interface IWatchList

Properties

| Improve this Doc View Source

AccountId

Gets AccountId for this watch list.

Declaration
Guid AccountId { get; }
Property Value
Type Description
Guid
| Improve this Doc View Source

Assets

Gets the content of this watchlist, in the order as registered by the client.

Declaration
IReadOnlyList<IAsset> Assets { get; }
Property Value
Type Description
IReadOnlyList<IAsset>
| Improve this Doc View Source

CreatedUtc

Gets watch list creation time in UTC.

Declaration
DateTime CreatedUtc { get; }
Property Value
Type Description
DateTime
| Improve this Doc View Source

Name

Gets watch list user-defined name.

Declaration
String Name { get; }
Property Value
Type Description
String
| Improve this Doc View Source

UpdatedUtc

Gets watch list last update time in UTC.

Declaration
DateTime? UpdatedUtc { get; }
Property Value
Type Description
System.Nullable<DateTime>
| Improve this Doc View Source

WatchListId

Gets unique watch list identifier.

Declaration
Guid WatchListId { get; }
Property Value
Type Description
Guid
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX