Show / Hide Table of Contents

Class AssetsRequest

Encapsulates request parameters for ListAssetsAsync(AssetsRequest, CancellationToken) call.

Inheritance
System.Object
AssetsRequest
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 AssetsRequest

Properties

| Improve this Doc View Source

AssetClass

Gets or sets asset class for filtering. The null value is equal to UsEquity value.

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

AssetStatus

Gets or sets asset status for filtering.

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

Attributes

Gets set of asset attributes for filtering. Empty default value means - any attribute allowed (no filtering).

Declaration
public ISet<AssetAttributes> Attributes { get; }
Property Value
Type Description
ISet<AssetAttributes>
| Improve this Doc View Source

Exchange

Gets or sets asset exchange for filtering. The null value means "no filtering by exchanges".

Declaration
public Exchange? Exchange { get; set; }
Property Value
Type Description
System.Nullable<Exchange>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX