- Preparing search index...
- The search index is not available
@hiveio/dhive
Interface LimitOrderCreate2Operation
Hierarchy
- Operation
Hierarchy
- LimitOrderCreate2Operation
Properties
0
0: "limit_order_create2"
1
1
: { amount_to_sell
: string | Asset; exchange_rate
: PriceType; expiration
: string; fill_or_kill
: boolean; orderid
: number; owner
: string }
Type declaration
-
amount_to_sell: string | Asset
-
-
expiration: string
-
fill_or_kill: boolean
-
orderid: number
-
owner: string
This operation is identical to limit_order_create except it serializes the price rather than calculating it from other fields.