Adds per-(account, asset) barriers and returns the builder for chaining.
barriers is an array of OrderSizeAccountAssetBarrier.
Rest...args: [barriers: Iterable<OrderSizeAccountAssetBarrier, any, any>]Adds per-asset barriers and returns the builder for chaining.
barriers is an array of OrderSizeAssetBarrier.
Rest...args: [barriers: Iterable<OrderSizeAssetBarrier, any, any>]Sets the broker-wide barrier and returns the builder for chaining.
Rest...args: [barrier: OrderSizeBrokerBarrier]Returns an independent builder with the same configuration.
Assigns the policy group id and returns the builder for chaining.
Rest...args: [policy_group_id: number]
Order-size-limit builder with at least one barrier configuration call.