Show / Hide Table of Contents

Class AlpacaCryptoDataClientConfiguration

Configuration parameters object for IAlpacaCryptoDataClient instance.

Inheritance
System.Object
AlpacaClientConfigurationBase
AlpacaCryptoDataClientConfiguration
Inherited Members
AlpacaClientConfigurationBase.SecurityId
AlpacaClientConfigurationBase.ApiEndpoint
AlpacaClientConfigurationBase.ThrottleParameters
AlpacaClientConfigurationBase.HttpClient
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 AlpacaCryptoDataClientConfiguration : AlpacaClientConfigurationBase

Constructors

| Improve this Doc View Source

AlpacaCryptoDataClientConfiguration()

Creates new instance of AlpacaCryptoDataClientConfiguration class.

Declaration
public AlpacaCryptoDataClientConfiguration()

Extension Methods

ConfigurationExtensions.GetClient(AlpacaCryptoDataClientConfiguration)
ConfigurationExtensions.WithHttpMessageHandlerFactory<TClientConfiguration>(TClientConfiguration, Func<HttpMessageHandler, HttpMessageHandler>)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX