You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each limit order passed to the driver for solving, should have attached quote to it. It should be passed as part of the Auction.
This is needed for limit orders with in-market price.
Suggested solution
Attach quote field to the driver::Auction::Order struct.
Acceptance criteria
Driver receives auction with limit orders containing a quote.
The text was updated successfully, but these errors were encountered:
Problem
Each limit order passed to the driver for solving, should have attached quote to it. It should be passed as part of the Auction.
This is needed for limit orders with in-market price.
Suggested solution
Attach quote field to the
driver::Auction::Order
struct.Acceptance criteria
The text was updated successfully, but these errors were encountered: