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§
Sourcefn get_options_prices(&self, date: impl Into<String>) -> OptionsPricesBuilder
fn get_options_prices(&self, date: impl Into<String>) -> OptionsPricesBuilder
Get API builder for Options (OHLC) Data.
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.