Expand description
Common types, constants, and utilities shared across the AX Exchange adapter.
This module contains:
- Venue constants and identifiers
- Shared enums (instrument state, order status, etc.)
- Shared data models
- Credential management and signing utilities
- Parsing helpers
- Test fixtures
Modulesยง
- consts
- Core constants shared across the AX Exchange adapter components.
- credential
- AX Exchange API credential storage for bearer token authentication.
- enums
- Enumerations that model Ax string enums across HTTP and WebSocket payloads.
- parse
- Conversion functions that translate AX API schemas into Nautilus types.