Show / Hide Table of Contents

Class LatestDataRequest

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

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

Constructors

| Improve this Doc View Source

LatestDataRequest(String, CryptoExchange)

Creates new instance of LatestDataRequest object.

Declaration
public LatestDataRequest(String symbol, CryptoExchange exchange)
Parameters
Type Name Description
String symbol

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

Symbol

Gets asset symbol for data retrieval.

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