Function pallet_order_book::pallet::dispatchables::place_order
source · pub fn place_order<T: Config>(
currency_in: T::CurrencyId,
currency_out: T::CurrencyId,
amount_out: T::BalanceOut,
ratio: OrderRatio<T::Ratio>
)
Expand description
Create an order with the default min fulfillment amount.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::place_order
.