Releases: alpacahq/alpaca-trade-api-csharp
Releases · alpacahq/alpaca-trade-api-csharp
SDK 7.1.2
SDK 7.1.1
SDK 7.1.0
Extensions 7.1.0
Package 7.1.0 on NuGet converts the latest beta into the official release.
SDK 7.1.0 4th beta
Package 7.1.0-beta4 on NuGet contains the following changes:
- #745 The new
OptionSnapshotRequest
class now has a proper pagination support logic.
Extensions 7.1.0 3rd beta
Package 7.1.0-beta3 on NuGet contains the following changes:
- #745 New methods
GetOptionChainAsyncAsAsyncEnumerable
andListSnapshotsAsAsyncEnumerable
were added.
SDK 7.1.0 3rd beta
Package 7.1.0-beta3 on NuGet contains the following changes:
- #745 Added support for the new portfolio history endpoint using the existing
IAlpacaTradingClient.GetPortfolioHistoryAsync
method. - #745 The new
IOptionSnapshot
interface with Greeks and implied volatility was added and used instead ofISnapshot
for options. - #745 The new
OptionSnapshotRequest
class was added and used for theListSnapshotsAsync
method (breaking change). - #745 The
OptionChainRequest
class is extended with new (optional) filtering properties and initial client-side validation.
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.