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
Some conditional orders, such as TWAP, are known as "generator" types in ComposableCoW lingo. That is, they are a conditional order that produces a known set of discrete orders. User interfaces that want to track discrete order settlement effectively have to reproduce the TWAP logic to generate these discrete orders for monitoring.
Solution
Define an abstract discreteOrders function that all generator conditional order types implement.
The text was updated successfully, but these errors were encountered:
Problem
Some conditional orders, such as
TWAP
, are known as "generator" types inComposableCoW
lingo. That is, they are a conditional order that produces a known set of discrete orders. User interfaces that want to track discrete order settlement effectively have to reproduce theTWAP
logic to generate these discrete orders for monitoring.Solution
Define an abstract
discreteOrders
function that all generator conditional order types implement.The text was updated successfully, but these errors were encountered: