Left Curve Software Stack
    Preparing search index...

    Type Alias ConditionalOrder

    type ConditionalOrder = {
        maxSlippage: string;
        orderId: string;
        size?: string;
        triggerPrice: string;
    }
    Index

    Properties

    maxSlippage: string
    orderId: string
    size?: string
    triggerPrice: string