Skip to content

SDK 7.2.2

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Jul 12:27
7bf10df

Package 7.2.2 on NuGet contains the following changes:

  • Fixed a bug where IAccount.NonMarginableBuyingPower was never populated due to a JSON property name typo (non_maginable_buying_power instead of non_marginable_buying_power).
  • Fixed a bug where GetAccountAsync threw a deserialization exception because the pattern_day_trader field is no longer returned by the Alpaca Trading API. The IAccount.IsDayPatternTrader and IAccount.DayTradeCount properties are deprecated in behavior (they always return their default values now) but remain in the interface for backward compatibility. #817
  • Fixed a bug where GetAccountConfigurationAsync threw a deserialization exception because the dtbp_check field is not always returned by the Alpaca Trading API. The dtbp_check JSON property is now optional instead of required. #817