Show / Hide Table of Contents

Class LatestDataListRequest

Encapsulates data for latest crypto data requests on Alpaca Data API v2.

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

Constructors

| Improve this Doc View Source

LatestDataListRequest(IEnumerable<String>)

Creates new instance of LatestDataListRequest object.

Declaration
public LatestDataListRequest(IEnumerable<String> symbols)
Parameters
Type Name Description
IEnumerable<String> symbols

Asset symbol for data retrieval.

| Improve this Doc View Source

LatestDataListRequest(IEnumerable<String>, CryptoExchange)

Creates new instance of LatestDataListRequest object.

Declaration
public LatestDataListRequest(IEnumerable<String> symbols, CryptoExchange exchange)
Parameters
Type Name Description
IEnumerable<String> symbols

Asset symbol for data retrieval.

CryptoExchange exchange

Crypto exchange for data retrieval.

Properties

| Improve this Doc View Source

Exchange

Gets crypto exchange for data retrieval.

Declaration
public CryptoExchange Exchange { get; }
Property Value
Type Description
CryptoExchange
| Improve this Doc View Source

Symbols

Gets asset symbols for data retrieval.

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