Skip to content

v2.30.2

Latest

Choose a tag to compare

@spencerogden-dsam spencerogden-dsam released this 11 Sep 02:00
24384b1

2.30.2

Both trade-block setters now use dedicated Eclipse v2 action endpoints instead of rebuilding a v1 PUT payload from the GET DTO.

  • set_portfolio_tradeablePUT /api/v2/Portfolio/Portfolios/action/setPortfolioTradeBlock (#39). Fixes 400 primaryTeamId is not of a type(s) number and no longer risks stripping teams / trading instructions / auto-rebalance settings.
  • set_account_tradeablePUT /api/v2/Account/Accounts/action/setAccountTradeBlock (#40). The account DTO has no generalSection, so the old code was sending accountName: null, portfolioId: null. Returned DTO now carries isDoNotBuySell / isCustodialRestriction.

Both verified live against portfolio 209 / account 636 with no side effects on other fields.