poloniex-node-api
    Preparing search index...

    Interface IReplaceSmartOrderOptions

    interface IReplaceSmartOrderOptions {
        proceedOnFailure?: boolean;
        stopPrice?: string;
        [key: string]: undefined | string | number | boolean | string[];
        [key: number]: undefined | string | number | boolean | string[];
    }

    Hierarchy

    • Omit<ISmartOrderOptions, "accountType" | "side" | "stopPrice" | "symbol">
      • IReplaceSmartOrderOptions

    Indexable

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

    Properties

    proceedOnFailure?: boolean
    stopPrice?: string