dsteem
Preparing search index...
LimitOrderCreateOperation
Interface LimitOrderCreateOperation
This operation creates a limit order and matches it against existing open orders.
interface
LimitOrderCreateOperation
{
"0"
:
"limit_order_create"
;
"1"
:
{
amount_to_sell
:
string
|
Asset
;
expiration
:
string
;
fill_or_kill
:
boolean
;
min_to_receive
:
string
|
Asset
;
orderid
:
number
;
owner
:
string
;
}
;
}
Hierarchy (
View Summary
)
Operation
LimitOrderCreateOperation
Index
Properties
0
1
Properties
0
"0"
:
"limit_order_create"
1
"1"
:
{
amount_to_sell
:
string
|
Asset
;
expiration
:
string
;
fill_or_kill
:
boolean
;
min_to_receive
:
string
|
Asset
;
orderid
:
number
;
owner
:
string
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
0
1
dsteem
Loading...
This operation creates a limit order and matches it against existing open orders.