pub type LongShortRatioResponse = LongShortRatioResult;Expand description
Response payload for the long/short ratio endpoint.
Aliased Type§
pub struct LongShortRatioResponse {
pub list: Option<Vec<LongShortRatioRecord>>,
pub next_page_cursor: Option<String>,
}Fields§
§list: Option<Vec<LongShortRatioRecord>>§next_page_cursor: Option<String>