Slippage override applied at one tier of the spot-funds cascade.
accountId and accountGroupId are mutually exclusive; setting neither
targets the instrument default. Resolution order is
(instrument, account) -> (instrument, group) -> instrument -> global.
new SpotFundsOverride(instrument, account_id, account_group_id, slippage_bps): SpotFundsOverride
Constructs a slippage override.
accountId and accountGroupId are mutually exclusive. slippageBps
is the override slippage in basis points, or null/undefined to defer
to the next cascade tier.
Errors
Throws ParamError when both accountId and accountGroupId are set.
Parameters
instrument: | string | number | bigint | InstrumentId
Slippage override applied at one tier of the spot-funds cascade.
accountIdandaccountGroupIdare mutually exclusive; setting neither targets the instrument default. Resolution order is (instrument, account) -> (instrument, group) -> instrument -> global.