[−][src]Struct jqdata_blocking::model::GetFactorValues
获取因子值的 API,点击查看因子列表 参数: code: 单只股票代码 columns: 因子名称,因子名称,多个因子用逗号分隔 date: 开始日期 end_date: 结束日期 返回: date:日期 查询因子值 注: 为保证数据的连续性,所有数据基于后复权计算 为了防止单次返回数据时间过长,尽量较少查询的因子数和时间段 如果第一次请求超时,尝试重试
Fields
code: Stringcolumns: Stringdate: Stringend_date: StringTrait Implementations
impl Debug for GetFactorValues[src]
impl<'de> Deserialize<'de> for GetFactorValues[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Request for GetFactorValues[src]
impl Response for GetFactorValues[src]
type Output = Vec<FactorValue>
fn response(&self, response: Response) -> Result<Vec<FactorValue>, Error>[src]
impl Serialize for GetFactorValues[src]
Auto Trait Implementations
impl RefUnwindSafe for GetFactorValues
impl Send for GetFactorValues
impl Sync for GetFactorValues
impl Unpin for GetFactorValues
impl UnwindSafe for GetFactorValues
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: Deserialize<'de>, [src]
T: Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,