1 2 3 4 5 6 7 8 9
use serde::{Deserialize, Serialize}; #[derive(Debug, Serialize, Deserialize, Clone)] pub struct LimitLimitGtc { pub quote_size: Option<String>, pub base_size: Option<String>, pub limit_price: Option<String>, pub post_only: Option<bool>, }