Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

AllForPair

Cancel every conditional order on one pair.

Definition

@dataclass(frozen=True)
class AllForPair:
    pair_id: PairId

Fields

pair_idPairId.

Construction

from dango.utils.types import AllForPair, PairId
 
target = AllForPair(pair_id=PairId("perp/ethusd"))

See also