pub type OpenInterestResponse = OpenInterestResult;Aliased Type§
pub struct OpenInterestResponse {
pub category: Option<String>,
pub symbol: Option<String>,
pub list: Option<Vec<OpenInterestRecord>>,
pub next_page_cursor: Option<String>,
}Fields§
§category: Option<String>§symbol: Option<String>§list: Option<Vec<OpenInterestRecord>>§next_page_cursor: Option<String>