Skip to content

Commit

Permalink
#1027 fix for where basket constituent is not sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
naleeha authored and chrisjstevo committed Dec 29, 2023
1 parent 4462484 commit a31d9ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class BasketConstituentProvider(val table: DataTable)(implicit lifecycle: Lifecy
val weighting = row("Weighting")
val side = BasketConstants.Side.Buy
val ricBasketId = symbol + "." + basketId
table.processUpdate(ricBasketId, RowWithData(symbol, Map(
table.processUpdate(ricBasketId, RowWithData(ricBasketId, Map(
Ric -> symbol,
BasketId -> basketId,
RicBasketId -> ricBasketId,
Expand Down

0 comments on commit a31d9ed

Please sign in to comment.