[][src]Struct fin_iex::provider::IEXProvider

pub struct IEXProvider { /* fields omitted */ }

This is the provider type for IEX, it contains communication parameters and defaults used when making requests to the IEX endpoints.

Methods

impl IEXProvider[src]

pub fn make_api_url(
    &self,
    path: String,
    query_params: Option<HashMap<String, String>>
) -> String
[src]

Construct a valid URL from the endpoint path and any additional query parameters, such as format=json.

Trait Implementations

impl Provider for IEXProvider[src]

impl Peers for IEXProvider[src]

impl AnalystRecommendations for IEXProvider[src]

impl FetchNews for IEXProvider[src]

impl FetchPriceQuote for IEXProvider[src]

impl FetchPriceRangeSeries for IEXProvider[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Erased for T

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

type Err = <U as TryFrom<T>>::Err

impl<T> Same<T> for T

type Output = T

Should always be Self