stock-trek 0.5.3

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

#[derive(Debug, Clone, Serialize, Deserialize)]
pub struct OrderResponse {
    // TODO
    // pub id: OrderId,
    // pub client_order_id: ClientOrderId,
}