Struct barter_data::client::ClientConfig [−][src]
pub struct ClientConfig {
pub rate_limit_per_second: u64,
}Expand description
Common client configuration that is likely required by an ExchangeClient trait implementor.
Fields
rate_limit_per_second: u64