bitfinex-node-api
    Preparing search index...

    Interface IOrderOptions

    interface IOrderOptions {
        amount: string;
        buy_price_oco?: string;
        exchange?: "bitfinex";
        is_hidden?: boolean;
        is_postonly?: boolean;
        lev?: number;
        ocoorder?: boolean;
        price: string;
        sell_price_oco?: string;
        side: IOrderSide;
        symbol?: string;
        type: IOrderType;
        use_all_available?: 0 | 1;
    }

    Hierarchy (View Summary)

    Index

    Properties

    amount: string
    buy_price_oco?: string
    exchange?: "bitfinex"
    is_hidden?: boolean
    is_postonly?: boolean
    lev?: number
    ocoorder?: boolean
    price: string
    sell_price_oco?: string
    side: IOrderSide
    symbol?: string
    type: IOrderType
    use_all_available?: 0 | 1