Show / Hide Table of Contents

Class LatestOrderBooksRequest

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

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

Constructors

| Improve this Doc View Source

LatestOrderBooksRequest(IEnumerable<String>)

Creates new instance of LatestBestBidOfferListRequest object.

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

Asset symbols list for data retrieval.

| Improve this Doc View Source

LatestOrderBooksRequest(IEnumerable<String>, CryptoExchange)

Creates new instance of LatestBestBidOfferListRequest object.

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

Asset symbols list for data retrieval.

CryptoExchange exchange

Crypto exchange for data retrieval.

| Improve this Doc View Source

LatestOrderBooksRequest(IEnumerable<String>, IEnumerable<CryptoExchange>)

Creates new instance of LatestBestBidOfferListRequest object.

Declaration
public LatestOrderBooksRequest(IEnumerable<String> symbols, IEnumerable<CryptoExchange> exchanges)
Parameters
Type Name Description
IEnumerable<String> symbols

Asset symbols list 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

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