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 SourceLatestDataRequest(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 SourceExchange
Gets crypto exchange for data retrieval.
Declaration
public CryptoExchange Exchange { get; }
Property Value
| Type | Description |
|---|---|
| CryptoExchange |
Symbol
Gets asset symbol for data retrieval.
Declaration
public String Symbol { get; }
Property Value
| Type | Description |
|---|---|
| String |