Show / Hide Table of Contents

Class SnapshotDataRequest

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

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

Constructors

| Improve this Doc View Source

SnapshotDataRequest(String, CryptoExchange)

Creates new instance of SnapshotDataRequest object.

Declaration
public SnapshotDataRequest(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