- Preparing search index...
- The search index is not available
@hiveio/dhive
Interface LimitOrderCreateOperation
Hierarchy
- Operation
Hierarchy
- LimitOrderCreateOperation
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 }
Type declaration
-
amount_to_sell: string | Asset
-
expiration: string
-
fill_or_kill: boolean
-
min_to_receive: string | Asset
-
orderid: number
-
owner: string
This operation creates a limit order and matches it against existing open orders.