poloniex-node-api
    Preparing search index...

    Interface IOrderOptions

    interface IOrderOptions {
        accountType?: IAccountType;
        allowBorrow?: boolean;
        amount?: string;
        clientOrderId?: string;
        price?: string;
        quantity?: string;
        side: ISide;
        symbol: string;
        timeInForce?: ITimeInForce;
        type?: IOrderType;
        [key: string]: undefined | string | number | boolean | string[];
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: undefined | string | number | boolean | string[]
    Index

    Properties

    accountType?: IAccountType
    allowBorrow?: boolean
    amount?: string
    clientOrderId?: string
    price?: string
    quantity?: string
    side: ISide
    symbol: string
    timeInForce?: ITimeInForce
    type?: IOrderType