Show / Hide Table of Contents

Class NewWatchListRequest

Encapsulates request parameters for CreateWatchListAsync(NewWatchListRequest, CancellationToken) call.

Inheritance
System.Object
NewWatchListRequest
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Alpaca.Markets
Assembly: Alpaca.Markets.dll
Syntax
public sealed class NewWatchListRequest

Constructors

| Improve this Doc View Source

NewWatchListRequest(String)

Creates new instance of NewWatchListRequest object.

Declaration
public NewWatchListRequest(String name)
Parameters
Type Name Description
String name

User defined watch list name.

| Improve this Doc View Source

NewWatchListRequest(String, IEnumerable<String>)

Creates new instance of NewWatchListRequest object.

Declaration
public NewWatchListRequest(String name, IEnumerable<String> assets)
Parameters
Type Name Description
String name

User defined watch list name.

IEnumerable<String> assets

List of asset symbols for new watch list.

Properties

| Improve this Doc View Source

Assets

Gets list of asset symbols for new watch list.

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

Name

Gets user defined watch list name.

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