Binance Connector JS
    Preparing search index...

    Request parameters for queryMarginAccountsOco operation in TradeApi. QueryMarginAccountsOcoRequest

    interface QueryMarginAccountsOcoRequest {
        orderListId?: number | bigint;
        origClientOrderId?: string;
        recvWindow?: number | bigint;
    }
    Index

    Properties

    orderListId?: number | bigint

    Either orderListId or listClientOrderId must be provided

    TradeApiQueryMarginAccountsOco

    origClientOrderId?: string

    orderListId or listClientOrderId must be provided.

    TradeApiQueryMarginAccountsOco

    recvWindow?: number | bigint

    Value cannot be greater than 60000

    TradeApiQueryMarginAccountsOco