Skip to content

Releases: alpacahq/alpaca-trade-api-csharp

SDK 8.0.0 2nd beta

29 Jan 10:00
428097a
Compare
Choose a tag to compare
SDK 8.0.0 2nd beta Pre-release
Pre-release

Package 8.0.0-beta2 on NuGet contains the following changes:

  • #771 The options for support for multi-leg orders were expanded and covered with tests.
  • #781 The DelayedSip member was added to the MarketDataFeed enumeration.

SDK 8.0.0 1st beta

21 Jan 01:08
47b52c2
Compare
Choose a tag to compare
SDK 8.0.0 1st beta Pre-release
Pre-release

Package 8.0.0-beta1 on NuGet contains the following changes:

  • #771 The initial support for the options' multi-leg orders placement (and responses' handling) was added to the library.

Extensions 8.0.0 1st beta

21 Jan 01:19
47b52c2
Compare
Choose a tag to compare
Pre-release

Package 8.0.0-beta1 on NuGet contains the following changes:

  • #771 The initial support for the options' multi-leg orders placement (and responses' handling) was added to the library.

SDK 7.2.0

12 Jan 13:32
011fb66
Compare
Choose a tag to compare

Package 7.2.0 on NuGet contains the following changes:

  • #740 The IAlpacaDataClient.ListCorporateActionsAsync function was added to support historical corporate actions request/response.

Extensions 7.2.0

12 Jan 20:20
40750af
Compare
Choose a tag to compare

Package 7.2.0 on NuGet contains the following changes:

  • #740 The AlpacaDataClientExtensions.ListCorporateActionsAsAsyncEnumerable helper method was added to simplify corporate actions pagination handling.

Extensions 7.2.0 1st beta

06 Jan 00:15
9fd2940
Compare
Choose a tag to compare
Pre-release

Package 7.2.0-beta1 on NuGet contains the following changes:

  • #740 The AlpacaDataClientExtensions.ListCorporateActionsAsAsyncEnumerable helper method was added to simplify corporate actions pagination handling.

SDK 7.2.0 1st beta

05 Jan 23:01
0b0434d
Compare
Choose a tag to compare
SDK 7.2.0 1st beta Pre-release
Pre-release

Package 7.2.0-beta1 on NuGet contains the following changes:

  • #740 The IAlpacaDataClient.ListCorporateActionsAsync function was added to support historical corporate actions request/response.

SDK 7.1.4

16 Nov 22:16
41f3861
Compare
Choose a tag to compare

Package 7.1.4 on NuGet contains the following changes:

  • Service release - the dependencies upgraded to be more up-to-date with the latest fixes.

Extensions 7.1.1

16 Nov 22:18
41f3861
Compare
Choose a tag to compare

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

10 Nov 19:14
2f4993a
Compare
Choose a tag to compare

Package 7.1.3 on NuGet contains the following changes:

  • #765 The OptionTrade item was added to the AccountActivityType 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.