Documentation
Preparing search index...
@mysten/deepbook-v3
PlaceLimitOrderParams
Interface PlaceLimitOrderParams
interface
PlaceLimitOrderParams
{
balanceManagerKey
:
string
;
clientOrderId
:
string
;
expiration
?:
number
|
bigint
;
isBid
:
boolean
;
orderType
?:
OrderType
;
payWithDeep
?:
boolean
;
poolKey
:
string
;
price
:
number
;
quantity
:
number
;
selfMatchingOption
?:
SelfMatchingOptions
;
}
Index
Properties
balance
Manager
Key
client
Order
Id
expiration?
is
Bid
order
Type?
pay
With
Deep?
pool
Key
price
quantity
self
Matching
Option?
Properties
balance
Manager
Key
balanceManagerKey
:
string
client
Order
Id
clientOrderId
:
string
Optional
expiration
expiration
?:
number
|
bigint
is
Bid
isBid
:
boolean
Optional
order
Type
orderType
?:
OrderType
Optional
pay
With
Deep
payWithDeep
?:
boolean
pool
Key
poolKey
:
string
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
balance
Manager
Key
client
Order
Id
expiration
is
Bid
order
Type
pay
With
Deep
pool
Key
price
quantity
self
Matching
Option
Documentation
Loading...