Skip to main content

GetIndexPriceComponentsResponse

Type Alias GetIndexPriceComponentsResponse 

Source
pub type GetIndexPriceComponentsResponse = IndexComponentsResult;

Aliased Type§

pub struct GetIndexPriceComponentsResponse {
    pub index_name: Option<String>,
    pub index_price: Option<String>,
    pub timestamp: Option<String>,
    pub components: Option<Vec<IndexComponentItem>>,
}

Fields§

§index_name: Option<String>§index_price: Option<String>§timestamp: Option<String>§components: Option<Vec<IndexComponentItem>>