poloniex-node-api
    Preparing search index...

    Interface ISmartOrderOptions

    interface ISmartOrderOptions {
        limitOffset?: string;
        operator?: string;
        stopPrice: string;
        trailingOffset?: string;
        type?: ISmartOrderType;
        [key: string]: string | number | boolean | string[] | undefined;
        [key: number]: string | number | boolean | string[] | undefined;
    }

    Hierarchy

    Indexable

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

    Properties

    limitOffset?: string
    operator?: string
    stopPrice: string
    trailingOffset?: string
    type?: ISmartOrderType