pub async fn get_margin_ratio(
client: &FutuClient,
header: &TrdHeader,
securities: &[(i32, String)],
) -> Result<Vec<MarginRatio>>Expand description
按标的列表查询融资融券比率。对齐 C++ TRD_GET_MARGIN_RATIO(2223)
和 Python SDK OpenTradeContext.get_margin_ratio。
securities 是 (market, code) 元组列表,market 对齐 Qot_Common.QotMarket。