Binance Connector JS
    Preparing search index...

    NewBlockTradeOrderLegsParameterInner

    interface NewBlockTradeOrderLegsParameterInner {
        price?: string;
        quantity: string;
        side: DerivativesTradingOptionsRestAPI.NewBlockTradeOrderLegsParameterInnerSideEnum;
        symbol: string;
        type: "LIMIT";
    }
    Index

    Properties

    price?: string

    Order price

    NewBlockTradeOrderLegsParameterInner

    quantity: string

    Order quantity

    NewBlockTradeOrderLegsParameterInner

    Buy/sell direction

    NewBlockTradeOrderLegsParameterInner

    symbol: string

    Option trading pair

    NewBlockTradeOrderLegsParameterInner

    type: "LIMIT"

    Order type

    NewBlockTradeOrderLegsParameterInner