Preparing search index...
The search index is not available
coinbase-pro-node
coinbase-pro-node
PostOnlyLimitOrder
Interface PostOnlyLimitOrder
interface
PostOnlyLimitOrder
{
client_oid
?:
string
;
post_only
:
boolean
;
price
:
string
;
product_id
:
string
;
side
:
OrderSide
;
size
:
string
;
stop
?:
"loss"
|
"entry"
;
stop_price
?:
string
;
stp
?:
SelfTradePrevention
;
time_in_force
:
GOOD_TILL_CANCELED
|
GOOD_TILL_TIME
;
type
:
LIMIT
;
}
Hierarchy (
view full
)
LimitOrder
PostOnlyLimitOrder
Index
Properties
client_
oid?
post_
only
price
product_
id
side
size
stop?
stop_
price?
stp?
time_
in_
force
type
Properties
Optional
client_
oid
client_
oid
?:
string
post_
only
post_
only
:
boolean
price
price
:
string
product_
id
product_
id
:
string
side
side
:
OrderSide
size
size
:
string
Optional
stop
stop
?:
"loss"
|
"entry"
Optional
stop_
price
stop_
price
?:
string
Optional
stp
stp
?:
SelfTradePrevention
time_
in_
force
time_
in_
force
:
GOOD_TILL_CANCELED
|
GOOD_TILL_TIME
Default is 'GTC'.
type
type
:
LIMIT
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
client_
oid
post_
only
price
product_
id
side
size
stop
stop_
price
stp
time_
in_
force
type
coinbase-pro-node
Loading...
Default is 'GTC'.