Show / Hide Table of Contents

Class LatestBestBidOfferRequest

Encapsulates data for latest crypto XBBO request on Alpaca Data API v2.

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

Constructors

| Improve this Doc View Source

LatestBestBidOfferRequest(String)

Creates new instance of LatestBestBidOfferRequest object.

Declaration
public LatestBestBidOfferRequest(String symbol)
Parameters
Type Name Description
String symbol

Asset symbol for data retrieval.

| Improve this Doc View Source

LatestBestBidOfferRequest(String, CryptoExchange)

Creates new instance of LatestBestBidOfferRequest object.

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

Asset symbol for data retrieval.

CryptoExchange exchange

Crypto exchange for data retrieval.

| Improve this Doc View Source

LatestBestBidOfferRequest(String, IEnumerable<CryptoExchange>)

Creates new instance of LatestBestBidOfferRequest object.

Declaration
public LatestBestBidOfferRequest(String symbol, IEnumerable<CryptoExchange> exchanges)
Parameters
Type Name Description
String symbol

Asset symbol for data retrieval.

IEnumerable<CryptoExchange> exchanges

Crypto exchanges list for data retrieval.

Properties

| Improve this Doc View Source

Exchanges

Gets crypto exchanges list for data retrieval (empty list means 'all exchanges').

Declaration
public IReadOnlyCollection<CryptoExchange> Exchanges { get; }
Property Value
Type Description
IReadOnlyCollection<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