Skip to main content

IndexPriceKlineResponse

Type Alias IndexPriceKlineResponse 

Source
pub type IndexPriceKlineResponse = IndexPriceKlineResult;

Aliased Type§

pub struct IndexPriceKlineResponse {
    pub category: String,
    pub symbol: String,
    pub list: Vec<IndexKlineEntry>,
}

Fields§

§category: String§symbol: String§list: Vec<IndexKlineEntry>