poloniex-node-api
    Preparing search index...

    Interface ISmartOrderOptions

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

    Hierarchy

    Indexable

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

    Properties

    Properties

    stopPrice: string
    type?: ISmartOrderType