Struct cryptocompare::Options [] [src]

pub struct Options<'a> {
    pub exchanges: &'a str,
    pub try_conversion: bool,
}

Informations for the request.

Fields

Exchange the request should go to. List is at API

If the value should be tried to convert to BTC or not.