Nado Typescript SDK Documentation
Preparing search index...
Nado Engine Client
EngineOrder
Interface EngineOrder
interface
EngineOrder
{
productId
:
number
;
price
:
BigNumber
;
totalAmount
:
BigNumber
;
unfilledAmount
:
BigNumber
;
expiration
:
BigNumber
;
margin
:
null
|
BigNumber
;
nonce
:
string
;
digest
:
string
;
orderParams
:
EIP712OrderParams
;
placementTime
:
number
;
orderType
:
OrderExpirationType
;
}
Hierarchy (
View Summary
)
Subaccount
EngineOrder
Index
Properties
product
Id
price
total
Amount
unfilled
Amount
expiration
margin
nonce
digest
order
Params
placement
Time
order
Type
Properties
product
Id
productId
:
number
price
price
:
BigNumber
total
Amount
totalAmount
:
BigNumber
unfilled
Amount
unfilledAmount
:
BigNumber
expiration
expiration
:
BigNumber
margin
margin
:
null
|
BigNumber
nonce
nonce
:
string
digest
digest
:
string
order
Params
orderParams
:
EIP712OrderParams
placement
Time
placementTime
:
number
order
Type
orderType
:
OrderExpirationType
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
product
Id
price
total
Amount
unfilled
Amount
expiration
margin
nonce
digest
order
Params
placement
Time
order
Type
Documentation
Loading...