pub type OrderPriceLimitResponse = OrderPriceLimitResult;Aliased Type§
pub struct OrderPriceLimitResponse {
pub category: Option<String>,
pub symbol: Option<String>,
pub buy_lmt: Option<String>,
pub sell_lmt: Option<String>,
pub ts: Option<String>,
}Fields§
§category: Option<String>§symbol: Option<String>§buy_lmt: Option<String>§sell_lmt: Option<String>§ts: Option<String>