stock-trek 0.5.0

Stock Trek time-series analysis
Documentation
1
2
3
4
5
6
7
use serde::{Deserialize, Serialize};

#[derive(Debug, Clone, Hash, Serialize, Deserialize)]
pub struct OrderResponse {
    pub id: String,
    pub client_order_ids: Vec<String>,
}