You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Python SDK introduced options trading support in a series of PRs. The .NET SDK should also support this feature. The minimal support level includes:
The new option_approved_level and option_trading_level fields in the account (see #402 for details)
The new max_option_trading_level field in the account configuration (see #403 for details)
The new us_option asset type (see #404 for details) support
This support should be added to the 7.x version of SDK, so it would probably be the 7.1.0 version.
The text was updated successfully, but these errors were encountered:
- 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.ListOptionContractsAsync` method and related `OptionContractsRequest` class.
- Added the new `IAlpacaTradingClient.GetOptionContractByidAsync` and `IAlpacaTradingClient.GetOptionContractBySymbolAsync` methods.
- Added the new `IOptionContract` interface and two related enums: `OptionType` and `OptionStyle`.
- Added the new `IAlpacaTradingClient.ListOptionContractsAsync` method and related `OptionContractsRequest` class.
- Added the new `IAlpacaTradingClient.GetOptionContractByidAsync` and `IAlpacaTradingClient.GetOptionContractBySymbolAsync` methods.
- 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.
(cherry picked from commit b24f8c0)
(cherry picked from commit ea73dab)
(cherry picked from commit 684a86d)
Issue #719 - Added unit tests for the new functions/objects.
(cherry picked from commit 653567d)
The Python SDK introduced options trading support in a series of PRs. The .NET SDK should also support this feature. The minimal support level includes:
option_approved_level
andoption_trading_level
fields in the account (see #402 for details)max_option_trading_level
field in the account configuration (see #403 for details)us_option
asset type (see #404 for details) supportThis support should be added to the 7.x version of SDK, so it would probably be the 7.1.0 version.
The text was updated successfully, but these errors were encountered: