OptionsPricesApi

Trait OptionsPricesApi 

Source
pub trait OptionsPricesApi: JQuantsPlanClient {
    // Provided method
    fn get_options_prices(
        &self,
        date: impl Into<String>,
    ) -> OptionsPricesBuilder { ... }
}
Expand description

Trait for Options (OHLC) Data API.

Provided Methods§

Source

fn get_options_prices(&self, date: impl Into<String>) -> OptionsPricesBuilder

Get API builder for Options (OHLC) Data.

Use Options (OHLC) (/derivatives/options) 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§