Documentation
    Preparing search index...

    Interface PlaceMarginLimitOrderParams

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

    Properties

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