Replies: 1 comment
-
|
Please use the Issues! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a question about the order quantity handling in
ROIVectorMarketDepthwhen price crossing occurs. I noticed that in bothadd_buy_orderandadd_sell_order, when a price crossing is detected, the code updates the best price on the opposite side:add_buy_order
add_sell_order
However, in both cases, when a price crossing occurs and the best bid/ask prices are adjusted, the order quantity doesn't seem to be updated.
Is this intentional, or should the quantity be adjusted to reflect any potential fills that would occur during a crossing?
Thank you for your time and clarification!
Beta Was this translation helpful? Give feedback.
All reactions