sandbox-quant 1.0.10

Exchange-truth trading core for Binance Spot and Futures
Documentation
1
2
3
4
5
#[derive(Debug, Clone, PartialEq, serde::Serialize, serde::Deserialize)]
pub struct EventRecord {
    pub kind: String,
    pub payload: serde_json::Value,
}