rusftx 0.4.0

Rust bindings for the FTX REST and Websocket API
Documentation
1
2
3
4
use rust_decimal::Decimal;
use std::collections::HashMap;

pub type IndexWeights = HashMap<String, Decimal>;