Package 7.2.2 on NuGet contains the following changes:
- Fixed a bug where
IAccount.NonMarginableBuyingPowerwas never populated due to a JSON property name typo (non_maginable_buying_powerinstead ofnon_marginable_buying_power). - Fixed a bug where
GetAccountAsyncthrew a deserialization exception because thepattern_day_traderfield is no longer returned by the Alpaca Trading API. TheIAccount.IsDayPatternTraderandIAccount.DayTradeCountproperties are deprecated in behavior (they always return their default values now) but remain in the interface for backward compatibility. #817 - Fixed a bug where
GetAccountConfigurationAsyncthrew a deserialization exception because thedtbp_checkfield is not always returned by the Alpaca Trading API. Thedtbp_checkJSON property is now optional instead of required. #817