Skip to main content

PremiumIndexKlineResponse

Type Alias PremiumIndexKlineResponse 

Source
pub type PremiumIndexKlineResponse = PremiumIndexKlineResult;

Aliased Type§

pub struct PremiumIndexKlineResponse {
    pub category: Option<String>,
    pub symbol: Option<String>,
    pub list: Option<Vec<PremiumIndexKlineEntry>>,
}

Fields§

§category: Option<String>§symbol: Option<String>§list: Option<Vec<PremiumIndexKlineEntry>>