Nado Typescript SDK Documentation
    Preparing search index...

    Type Alias EnginePlaceOrdersParams

    type EnginePlaceOrdersParams = {
        orders: EnginePlaceOrderParams[];
        stopOnFailure?: boolean;
    }
    Index

    Properties

    stopOnFailure?: boolean

    If true, aborts the batch after the first failed order; if false, remaining orders continue to execute. If not provided, the default value is false.