pub struct GetIndexWeights {
pub code: String,
pub date: String,
}
Expand description
获取指数成份股给定日期的权重数据,每月更新一次 code: 代表指数的标准形式代码, 形式:指数代码.交易所代码,例如“000001.XSHG“。 date: 查询权重信息的日期,形式:“%Y-%m-%d”,例如“2018-05-03“;
Fields§
§code: String
§date: String
Trait Implementations§
Source§impl Debug for GetIndexWeights
impl Debug for GetIndexWeights
Source§impl<'de> Deserialize<'de> for GetIndexWeights
impl<'de> Deserialize<'de> for GetIndexWeights
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
Source§impl Request for GetIndexWeights
impl Request for GetIndexWeights
Source§impl Response for GetIndexWeights
impl Response for GetIndexWeights
Auto Trait Implementations§
impl Freeze for GetIndexWeights
impl RefUnwindSafe for GetIndexWeights
impl Send for GetIndexWeights
impl Sync for GetIndexWeights
impl Unpin for GetIndexWeights
impl UnwindSafe for GetIndexWeights
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more