Module enums

Source
Expand description

Shared enums and constants used across all KiteConnect models.

This module contains all the enums that are used by multiple modules, organized into logical submodules for better maintainability.

§Modules

  • exchange: Stock exchanges and trading venues
  • trading: Trading-related enums (products, validity, transaction types, etc.)
  • instruments: Instrument types and market segments
  • interval: Time intervals for historical data
  • gtt: Good Till Triggered order status

Re-exports§

pub use exchange::Exchange;
pub use gtt::GttStatus;
pub use instruments::InstrumentType;
pub use instruments::Segment;
pub use interval::Interval;
pub use trading::OrderType;
pub use trading::Product;
pub use trading::TransactionType;
pub use trading::Validity;
pub use trading::Variety;

Modules§

exchange
Stock exchanges supported by KiteConnect.
gtt
GTT (Good Till Triggered) order status enum.
instruments
Instrument types and market segments.
interval
Interval types for historical market data with dual string/integer serialization support.
trading
Trading products and order-related enums.