Documentation
Preparing search index...
@mysten/deepbook-v3
PendingMarketOrderParams
Interface PendingMarketOrderParams
Parameters for creating a pending market order used in conditional orders.
interface
PendingMarketOrderParams
{
clientOrderId
:
string
;
isBid
:
boolean
;
payWithDeep
?:
boolean
;
quantity
:
number
;
selfMatchingOption
?:
SelfMatchingOptions
;
}
Index
Properties
client
Order
Id
is
Bid
pay
With
Deep?
quantity
self
Matching
Option?
Properties
client
Order
Id
clientOrderId
:
string
is
Bid
isBid
:
boolean
Optional
pay
With
Deep
payWithDeep
?:
boolean
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
is
Bid
pay
With
Deep
quantity
self
Matching
Option
Documentation
Loading...
Parameters for creating a pending market order used in conditional orders.