sfox 0.1.3

Unofficial HTTP and Websocket Client for the SFox API
Documentation
1
2
3
4
5
6
/// Real-time status of user balance changes.
pub mod balance;
/// Provides updates for order changes.
pub mod order;
/// Receive updates regarding post-trade settlement details.
pub mod post_trade_settlement;