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