Trait IndicesApi

Source
pub trait IndicesApi: JQuantsPlanClient {
    // Provided method
    fn get_indices(&self) -> IndicesBuilder { ... }
}
Expand description

Builder for Indices (OHLC) API.

Provided Methods§

Source

fn get_indices(&self) -> IndicesBuilder

Get API builder for Indices (OHLC).

Use Indices (OHLC) (/indices) API

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§