Module market_data

Source
Expand description

Market Data module for KiteConnect API v1.0.0

This module contains all market data-related data structures:

  • Instruments and their metadata
  • Real-time quotes and market depth
  • Historical data (OHLCV) and candlestick patterns
  • Market status and exchange information

Re-exports§

pub use historical::*;
pub use instruments::*;
pub use market_depth::*;
pub use quotes::*;

Modules§

historical
instruments
market_depth
quotes