Skip to content

Releases: alpacahq/alpaca-trade-api-csharp

SDK 7.1.2

20 Oct 09:27
55a70c8
Compare
Choose a tag to compare

Package 7.1.2 on NuGet contains the following changes:

  • #756 The OptionType property in the IOptionContract deserialization is fixed. Thanks, @uranio-235, for this contribution.

SDK 7.1.1

30 Sep 18:48
1ffeed0
Compare
Choose a tag to compare

Package 7.1.1 on NuGet contains the following changes:

  • #753 The AccountActivitiesRequest class has been updated and now provides the correct URL query parameters for the API endpoint. Thanks, @ooples, for this contribution.

SDK 7.1.0

12 May 16:14
7ac5bbd
Compare
Choose a tag to compare

Package 7.1.0 on NuGet converts the latest beta into the official release.

Extensions 7.1.0

12 May 16:48
8e2e8c3
Compare
Choose a tag to compare

Package 7.1.0 on NuGet converts the latest beta into the official release.

SDK 7.1.0 4th beta

28 Apr 12:09
f7334b0
Compare
Choose a tag to compare
SDK 7.1.0 4th beta Pre-release
Pre-release

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

28 Apr 18:01
c3b469a
Compare
Choose a tag to compare
Pre-release

Package 7.1.0-beta3 on NuGet contains the following changes:

  • #745 New methods GetOptionChainAsyncAsAsyncEnumerable and ListSnapshotsAsAsyncEnumerable were added.

SDK 7.1.0 3rd beta

26 Apr 17:20
238c834
Compare
Choose a tag to compare
SDK 7.1.0 3rd beta Pre-release
Pre-release

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 of ISnapshot for options.
  • #745 The new OptionSnapshotRequest class was added and used for the ListSnapshotsAsync method (breaking change).
  • #745 The OptionChainRequest class is extended with new (optional) filtering properties and initial client-side validation.

SDK 7.0.6

07 Apr 14:59
74d20f7
Compare
Choose a tag to compare

Package 7.0.6 on NuGet contains the following changes:

  • #741 Added the PositionIntent enum and related properties into the NewOrderRequest and OrderBase classes.

SDK 7.1.0 2nd beta

07 Apr 11:18
cb251fa
Compare
Choose a tag to compare
SDK 7.1.0 2nd beta Pre-release
Pre-release

Package 7.1.0-beta2 on NuGet contains the following changes:

  • #731 The OptionsContractRequest.UnderlyingSymbol mandatory property was replaced with the OptionsContractRequest.UnderlyingSymbols optional property.
  • #731 The IAlpacaTradingClient interface was extended with the ExerciseOptionsContractByIdAsync and ExerciseOptionsContractBySymbolAsync 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

07 Apr 13:50
16a840d
Compare
Choose a tag to compare
Pre-release

Package 7.1.0-beta2 on NuGet contains the following changes:

  • #731 The ListOptionContractsAsAsyncEnumerable extensions method uses page token now.