5个版本
0.0.5 | 2022年6月3日 |
---|---|
0.0.4 | 2022年5月31日 |
0.0.3 | 2022年5月30日 |
0.0.2 | 2022年5月30日 |
0.0.1 | 2022年5月29日 |
#695 in 认证
7KB
129 行
XTB API
此crate作为XTB API的封装 http://developers.xstore.pro/documentation/
使用方法
pub fn main() {
// New instance of Client with specified ConnectionType
let mut client = Client::new(xtb_api::models::ConnectionType::Demo);
// Login in with userId and password
client.login(12345, String::from("password")).unwrap();
// Get Balance
let balance = client.balance().unwrap();
}
依赖项
~0.7–10MB
~115K SLoC