alpacahq/alpaca-trade-api-csharp

Add support for the options trading

Closed this issue · 0 comments

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.