Releases: alpacahq/alpaca-trade-api-csharp
Releases · alpacahq/alpaca-trade-api-csharp
SDK 7.1.4
Extensions 7.1.1
Package 7.1.1 on NuGet contains the following changes:
- Service release - the dependencies upgraded to be more up-to-date with the latest fixes.
SDK 7.1.3
Package 7.1.3 on NuGet contains the following changes:
- #765 The
OptionTrade
item was added to theAccountActivityType
enum. Thanks, @Chacoon3, for this contribution. - #766 Changes from PR #755 were partially rolled back. The
ListAccountActivitiesAsync
should work fine again. - #765 The custom string-to-enum converter was added for the
AccountActivityType
enum with a fallback value.
SDK 7.1.2
Package 7.1.2 on NuGet contains the following changes:
- #756 The
OptionType
property in theIOptionContract
deserialization is fixed. Thanks, @uranio-235, for this contribution.
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.