Interface LimitOrderCreate2Operation
Properties
0
0: "limit_order_create2"
1
1
: { amount_to_sell
: Asset | string; exchange_rate
: PriceType; expiration
: string; fill_or_kill
: boolean; orderid
: number; owner
: string }
Type declaration
-
amount_to_sell: Asset | string
-
-
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.