Skip to main content

GetLongShortRatioResponse

Type Alias GetLongShortRatioResponse 

Source
pub type GetLongShortRatioResponse = LongShortRatioResult;

Aliased Type§

pub struct GetLongShortRatioResponse {
    pub list: Option<Vec<LongShortRatioRecord>>,
    pub next_page_cursor: Option<String>,
}

Fields§

§list: Option<Vec<LongShortRatioRecord>>§next_page_cursor: Option<String>