Nado Typescript SDK Documentation
    Preparing search index...

    Interface PriceTriggerDependency

    interface PriceTriggerDependency {
        digest: string;
        onPartialFill: boolean;
    }
    Index

    Properties

    digest: string

    Digest of the order that this trigger depends on.

    onPartialFill: boolean

    Whether to trigger on partial fills.