pub fn fill_order<T: Config>(
    order_id: T::OrderIdNonce,
    amount_out: T::BalanceOut
)
Expand description

Fill an existing order with the given amount. The amount_out is the amount the originator of this call is willing to buy for

§Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::fill_order.