poloniex-node-api
    Preparing search index...

    Interface IReplaceOrderOptions

    interface IReplaceOrderOptions {
        allowBorrow?: boolean;
        proceedOnFailure?: boolean;
        [key: string]: undefined | string | number | boolean | string[];
        [key: number]: undefined | string | number | boolean | string[];
    }

    Hierarchy

    • Omit<IOrderOptions, "accountType" | "side" | "symbol">
      • IReplaceOrderOptions

    Indexable

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

    Properties

    allowBorrow?: boolean
    proceedOnFailure?: boolean