@openpit/engine
Preparing search index...
model
ExecutionReportOperationInit
Interface ExecutionReportOperationInit
Plain-object form of
ExecutionReportOperation
.
interface
ExecutionReportOperationInit
{
accountId
?:
string
|
number
|
bigint
|
AccountId
;
settlementAsset
?:
string
;
side
?:
"BUY"
|
"SELL"
;
underlyingAsset
?:
string
;
}
Index
Properties
account
Id?
settlement
Asset?
side?
underlying
Asset?
Properties
Optional
account
Id
accountId
?:
string
|
number
|
bigint
|
AccountId
Optional
settlement
Asset
settlementAsset
?:
string
Optional
side
side
?:
"BUY"
|
"SELL"
Optional
underlying
Asset
underlyingAsset
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
account
Id
settlement
Asset
side
underlying
Asset
@openpit/engine
Loading...
Plain-object form of ExecutionReportOperation.