1
2
3
4
5
/// The Binance restfule client.
pub struct BinanceClient {
    api_key: String,
    api_secret: String,
}