dsteem
    Preparing search index...

    Interface LimitOrderCreate2Operation

    This operation is identical to limit_order_create except it serializes the price rather than calculating it from other fields.

    interface LimitOrderCreate2Operation {
        "0": "limit_order_create2";
        "1": {
            amount_to_sell: string | Asset;
            exchange_rate: PriceType;
            expiration: string;
            fill_or_kill: boolean;
            orderid: number;
            owner: string;
        };
    }

    Hierarchy (View Summary)

    Index

    Properties

    0 1

    Properties

    "0": "limit_order_create2"
    "1": {
        amount_to_sell: string | Asset;
        exchange_rate: PriceType;
        expiration: string;
        fill_or_kill: boolean;
        orderid: number;
        owner: string;
    }