Documentation
    Preparing search index...

    Interface PlaceMarginMarketOrderParams

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

    Properties

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