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