Documentation
Preparing search index...
@mysten/deepbook-v3
PendingLimitOrderParams
Interface PendingLimitOrderParams
interface
PendingLimitOrderParams
{
clientOrderId
:
string
;
expireTimestamp
?:
number
|
bigint
;
isBid
:
boolean
;
orderType
?:
OrderType
;
payWithDeep
?:
boolean
;
price
:
number
;
quantity
:
number
;
selfMatchingOption
?:
SelfMatchingOptions
;
}
Index
Properties
client
Order
Id
expire
Timestamp?
is
Bid
order
Type?
pay
With
Deep?
price
quantity
self
Matching
Option?
Properties
client
Order
Id
clientOrderId
:
string
Optional
expire
Timestamp
expireTimestamp
?:
number
|
bigint
is
Bid
isBid
:
boolean
Optional
order
Type
orderType
?:
OrderType
Optional
pay
With
Deep
payWithDeep
?:
boolean
price
price
:
number
quantity
quantity
:
number
Optional
self
Matching
Option
selfMatchingOption
?:
SelfMatchingOptions
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
client
Order
Id
expire
Timestamp
is
Bid
order
Type
pay
With
Deep
price
quantity
self
Matching
Option
Documentation
Loading...