Skip to content

Commit

Permalink
Prepare release 7.1.0-beta1 of SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegRa committed Mar 4, 2024
1 parent a1ca437 commit e81c3e6
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions Alpaca.Markets/Alpaca.Markets.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,26 @@
</PropertyGroup>

<PropertyGroup>
<AssemblyVersion>7.0.1.0</AssemblyVersion>
<FileVersion>7.0.1.0</FileVersion>
<Version>7.0.1</Version>
<AssemblyVersion>7.1.0.0</AssemblyVersion>
<FileVersion>7.1.0.0</FileVersion>
<Version>7.1.0-beta1</Version>
</PropertyGroup>

<PropertyGroup>
<PackageReleaseNotes>
- Added the new `IAccount.OptionApprovedLevel` and `IAccount.OptionTradingLevel` properties
- Added the new `IAccount.OptionApprovedLevel` and `IAccount.OptionTradingLevel` properties.
- Added the new `IAccountConfiguration.MaxOptionTradingLevel` property.
- Added the new 'AssetType.UsOption` enumeration member.
- Added the new 'OptionTradingLevel` enumeration.
- Added the new `IOptionContract` interface and two related enums: `OptionType` and `OptionStyle`.
- Added the new `IAlpacaTradingClient.GetOptionContractByIdAsync` and `IAlpacaTradingClient.GetOptionContractBySymbolAsync` methods.
- Added the new `IAlpacaTradingClient.ListOptionContractsAsync` method and related `OptionContractsRequest` class.
- Added the new `IAlpacaOptionDataClient` interface and related factory methods and configuration class.
- Added the new `IAlpacaOptionDataClient.ListLatestQuotesAsync` and `IAlpacaOptionDataClient.ListLatestTradesAsync` methods.
- Added the new `IAlpacaOptionDataClient.ListSnapshotsAsync` and `IAlpacaOptionDataClient.GetOptionChainAsync` methods.
- Added the new `IAlpacaOptionDataClient.ListExchangesAsync` method for metadata requesting.
- The `IAlpacaOptionDataClient` interface extended with the `IHistoricalTradesClient` and `IHistoricalBarsClient` interfaces.
- The new `HistoricalOptionTradesRequest` and `HistoricalOptionBarsRequest` classes were added.
</PackageReleaseNotes>
<Description>C# SDK for Alpaca Trade API https://docs.alpaca.markets/</Description>
<RepositoryUrl>https://github.com/alpacahq/alpaca-trade-api-csharp</RepositoryUrl>
Expand Down

0 comments on commit e81c3e6

Please sign in to comment.