Nado Typescript SDK Documentation
    Preparing search index...

    Interface TriggerServerPlaceOrdersParams

    interface TriggerServerPlaceOrdersParams {
        orders: TriggerServerPlaceOrderParams[];
        stop_on_failure: boolean | null;
    }
    Index

    Properties

    stop_on_failure: boolean | null