poloniex-node-api
    Preparing search index...

    Interface IReplaceOrderOptions

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

    Hierarchy

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

    Indexable

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

    Properties

    allowBorrow?: boolean
    proceedOnFailure?: boolean