Releases: alpacahq/alpaca-trade-api-csharp
Releases · alpacahq/alpaca-trade-api-csharp
SDK 7.0.6
SDK 7.1.0 2nd beta
Package 7.1.0-beta2 on NuGet contains the following changes:
- #731 The
OptionsContractRequest.UnderlyingSymbol
mandatory property was replaced with theOptionsContractRequest.UnderlyingSymbols
optional property. - #731 The
IAlpacaTradingClient
interface was extended with theExerciseOptionsContractByIdAsync
andExerciseOptionsContractBySymbolAsync
methods. - #731 The
IAlpacaTradingClient.ListOptionContractAsync
method uses the same pagination logic as historical data. - #731 The
OptionFeed
enum was added and can be specified for the latest data and snapshot requests.
Extensions 7.1.0 2nd beta
Package 7.1.0-beta2 on NuGet contains the following changes:
- #731 The
ListOptionContractsAsAsyncEnumerable
extensions method uses page token now.
SDK 7.0.5
SDK 7.0.4
SDK 7.0.3
SDK 7.1.0 1st beta
Package 7.1.0-beta1 on NuGet contains the following changes:
- #719 Added the new
IAccount.OptionApprovedLevel
andIAccount.OptionTradingLevel
properties. - #719 Added the new
IAccountConfiguration.MaxOptionTradingLevel
property. - #719 Added the new
AssetType.UsOption
enumeration member. - #719 Added the new
OptionTradingLevel
enumeration. - #719 Added the new
IOptionContract
interface and two related enums:OptionType
andOptionStyle
. - #719 Added the new
IAlpacaTradingClient.GetOptionContractByIdAsync
andIAlpacaTradingClient.GetOptionContractBySymbolAsync
methods. - #719 Added the new
IAlpacaTradingClient.ListOptionContractsAsync
method and relatedOptionContractsRequest
class. - #720 Added the new
IAlpacaOptionDataClient
interface and related factory methods and configuration class. - #720 Added the new
IAlpacaOptionDataClient.ListLatestQuotesAsync
andIAlpacaOptionDataClient.ListLatestTradesAsync
methods. - #720 Added the new
IAlpacaOptionDataClient.ListSnapshotsAsync
andIAlpacaOptionDataClient.GetOptionChainAsync
methods. - #720 Added the new
IAlpacaOptionDataClient.ListExchangesAsync
method for metadata requesting. - #720 The
IAlpacaOptionDataClient
interface extended with theIHistoricalTradesClient
andIHistoricalBarsClient
interfaces. - #720 The new
HistoricalOptionTradesRequest
andHistoricalOptionBarsRequest
classes were added.
Extensions 7.1.0 1st beta
Package 7.1.0-beta1 on NuGet contains the following changes: