AllForPair
Cancel every conditional order on one pair.
Definition
@dataclass(frozen=True)
class AllForPair:
pair_id: PairIdFields
pair_id — PairId.
Construction
from dango.utils.types import AllForPair, PairId
target = AllForPair(pair_id=PairId("perp/ethusd"))See also
ConditionalOrderRef— single-order targetcancel_conditional_order— consumer