Documentation
    Preparing search index...

    Interface PendingMarketOrderParams

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

    Properties

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