@openpit/engine
Preparing search index...
pretrade
PolicyPostTradeResult
Interface PolicyPostTradeResult
Structural post-trade result accepted from a custom policy.
interface
PolicyPostTradeResult
{
accountAdjustments
?:
Iterable
<
AccountAdjustmentOutcome
,
any
,
any
>
;
accountBlocks
?:
Iterable
<
AccountBlock
,
any
,
any
>
;
accountPnls
?:
Iterable
<
AccountPnlOutcome
,
any
,
any
>
;
}
Index
Properties
account
Adjustments?
account
Blocks?
account
Pnls?
Properties
Optional
account
Adjustments
accountAdjustments
?:
Iterable
<
AccountAdjustmentOutcome
,
any
,
any
>
Optional
account
Blocks
accountBlocks
?:
Iterable
<
AccountBlock
,
any
,
any
>
Optional
account
Pnls
accountPnls
?:
Iterable
<
AccountPnlOutcome
,
any
,
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
account
Adjustments
account
Blocks
account
Pnls
@openpit/engine
Loading...
Structural post-trade result accepted from a custom policy.