Preparing search index...
The search index is not available
@openpit/engine
@openpit/engine
pretrade
PolicyAccountOutcomeEntry
Interface PolicyAccountOutcomeEntry
Plain-object form accepted wherever a policy returns an account outcome.
interface
PolicyAccountOutcomeEntry
{
asset
:
string
;
averageEntryPrice
?:
|
string
|
number
|
bigint
|
Price
;
balance
?:
OutcomeAmount
|
PolicyOutcomeAmount
;
held
?:
OutcomeAmount
|
PolicyOutcomeAmount
;
incoming
?:
OutcomeAmount
|
PolicyOutcomeAmount
;
realizedPnl
?:
PolicyPnlOutcomeAmount
|
PnlOutcomeAmount
;
}
Index
Properties
asset
average
Entry
Price?
balance?
held?
incoming?
realized
Pnl?
Properties
asset
asset
:
string
Optional
average
Entry
Price
average
Entry
Price
?:
|
string
|
number
|
bigint
|
Price
Optional
balance
balance
?:
OutcomeAmount
|
PolicyOutcomeAmount
Optional
held
held
?:
OutcomeAmount
|
PolicyOutcomeAmount
Optional
incoming
incoming
?:
OutcomeAmount
|
PolicyOutcomeAmount
Optional
realized
Pnl
realized
Pnl
?:
PolicyPnlOutcomeAmount
|
PnlOutcomeAmount
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
asset
average
Entry
Price
balance
held
incoming
realized
Pnl
@openpit/engine
Loading...
Plain-object form accepted wherever a policy returns an account outcome.