Documentation
    Preparing search index...

    Interface PendingMarketOrderParams

    Parameters for creating a pending market order used in conditional orders.

    interface PendingMarketOrderParams {
        clientOrderId: string;
        isBid: boolean;
        payWithDeep?: boolean;
        quantity: number;
        selfMatchingOption?: SelfMatchingOptions;
    }
    Index

    Properties

    clientOrderId: string
    isBid: boolean
    payWithDeep?: boolean
    quantity: number
    selfMatchingOption?: SelfMatchingOptions