@openpit/engine
Preparing search index...
pretrade
PnlBoundsKillswitchConfigureOptions
Interface PnlBoundsKillswitchConfigureOptions
Runtime generic P&L-bounds kill-switch configuration options.
interface
PnlBoundsKillswitchConfigureOptions
{
accountBarriers
?:
|
Iterable
<
PnlBoundsAccountAssetBarrierUpdate
,
any
,
any
>
|
null
;
brokerBarriers
?:
Iterable
<
PnlBoundsBrokerBarrier
,
any
,
any
>
|
null
;
}
Index
Properties
account
Barriers?
broker
Barriers?
Properties
Optional
account
Barriers
accountBarriers
?:
Iterable
<
PnlBoundsAccountAssetBarrierUpdate
,
any
,
any
>
|
null
Optional
broker
Barriers
brokerBarriers
?:
Iterable
<
PnlBoundsBrokerBarrier
,
any
,
any
>
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
account
Barriers
broker
Barriers
@openpit/engine
Loading...
Runtime generic P&L-bounds kill-switch configuration options.