Struct tickrs_api::model::CompanyPrice
source · pub struct CompanyPrice {
pub symbol: String,
pub short_name: String,
pub long_name: Option<String>,
pub regular_market_price: CompanyMarketPrice,
pub regular_market_previous_close: CompanyMarketPrice,
pub post_market_price: OptionalCompanyMarketPrice,
pub regular_market_volume: OptionalCompanyMarketPrice,
pub currency: Option<String>,
}Fields§
§symbol: String§short_name: String§long_name: Option<String>§regular_market_price: CompanyMarketPrice§regular_market_previous_close: CompanyMarketPrice§post_market_price: OptionalCompanyMarketPrice§regular_market_volume: OptionalCompanyMarketPrice§currency: Option<String>Trait Implementations§
source§impl Clone for CompanyPrice
impl Clone for CompanyPrice
source§fn clone(&self) -> CompanyPrice
fn clone(&self) -> CompanyPrice
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for CompanyPrice
impl Debug for CompanyPrice
source§impl<'de> Deserialize<'de> for CompanyPrice
impl<'de> Deserialize<'de> for CompanyPrice
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more