Struct cryptocompare::Options
[−]
[src]
pub struct Options<'a> {
pub exchanges: &'a str,
pub try_conversion: bool,
}Informations for the request.
Fields
exchanges: &'a str
Exchange the request should go to. List is at API
try_conversion: bool
If the value should be tried to convert to BTC or not.