Documentation
    Preparing search index...

    Interface PlaceMarketOrderParams

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

    Properties

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