Create a BoundedMarket order type with named parameters.
Maximum acceptable price as human-readable string or raw bigint
Minimum acceptable price as human-readable string or raw bigint
const ot = boundedMarketOrder("0.03", "0.01"); Copy
const ot = boundedMarketOrder("0.03", "0.01");
Create a BoundedMarket order type with named parameters.