Binance Connector JS
    Preparing search index...

    Request parameters for sorOrderPlace operation in TradeApi. SorOrderPlaceRequest

    interface SorOrderPlaceRequest {
        icebergQty?: number;
        id?: string;
        newClientOrderId?: string;
        newOrderRespType?: SorOrderPlaceNewOrderRespTypeEnum;
        price?: number;
        quantity: number;
        recvWindow?: number;
        selfTradePreventionMode?: SorOrderPlaceSelfTradePreventionModeEnum;
        side: SorOrderPlaceSideEnum;
        strategyId?: number | bigint;
        strategyType?: number;
        symbol: string;
        timeInForce?: SorOrderPlaceTimeInForceEnum;
        type: SorOrderPlaceTypeEnum;
    }
    Index

    Properties

    icebergQty?: number

    TradeApiSorOrderPlace

    id?: string

    Unique WebSocket request ID.

    TradeApiSorOrderPlace

    newClientOrderId?: string

    New ID for the canceled order. Automatically generated if not sent

    TradeApiSorOrderPlace

    TradeApiSorOrderPlace

    price?: number

    TradeApiSorOrderPlace

    quantity: number

    TradeApiSorOrderPlace

    recvWindow?: number

    The value cannot be greater than 60000.
    Supports up to three decimal places of precision (e.g., 6000.346) so that microseconds may be specified.

    TradeApiSorOrderPlace

    TradeApiSorOrderPlace

    TradeApiSorOrderPlace

    strategyId?: number | bigint

    Arbitrary numeric value identifying the order within an order strategy.

    TradeApiSorOrderPlace

    strategyType?: number

    Arbitrary numeric value identifying the order strategy. Values smaller than 1000000 are reserved and cannot be used.

    TradeApiSorOrderPlace

    symbol: string

    TradeApiSorOrderPlace

    TradeApiSorOrderPlace

    TradeApiSorOrderPlace