Expand description
Common types and utilities shared across all KiteConnect models.
This module provides:
- Custom error types (
KiteError
) - Response wrapper types (
KiteResponse<T>
) - Shared enums organized in logical submodules:
enums::exchange
: Stock exchanges and trading venuesenums::trading
: Trading-related enums (products, validity, transaction types, etc.)enums::instruments
: Instrument types and market segmentsenums::interval
: Time intervals for historical dataenums::gtt
: Good Till Triggered order status
- Common data types and utilities
All enums are re-exported at the module level for convenient access.