Unfortunately #87 isn't enough to fix the issue mentioned in the description: this is because getTradeableOrder is also used in the legacy math, where it wasn't updated.
Here the code is adjusted in the legacy path as well.
How to test
Notice that getTradeableOrder is only used twice, and in both cases we changed the order of the price vector.
Unfortunately #87 isn't enough to fix the issue mentioned in the description: this is because
getTradeableOrder
is also used in the legacy math, where it wasn't updated.Here the code is adjusted in the legacy path as well.
How to test
Notice that
getTradeableOrder
is only used twice, and in both cases we changed the order of the price vector.