Documentation
    Preparing search index...

    Interface PlaceLimitOrderParams

    interface PlaceLimitOrderParams {
        balanceManagerKey: string;
        clientOrderId: string;
        expiration?: number | bigint;
        isBid: boolean;
        orderType?: OrderType;
        payWithDeep?: boolean;
        poolKey: string;
        price: number;
        quantity: number;
        selfMatchingOption?: SelfMatchingOptions;
    }
    Index

    Properties

    balanceManagerKey: string
    clientOrderId: string
    expiration?: number | bigint
    isBid: boolean
    orderType?: OrderType
    payWithDeep?: boolean
    poolKey: string
    price: number
    quantity: number
    selfMatchingOption?: SelfMatchingOptions