[−][src]Struct jqdata_blocking::model::GetExtras
获取基金净值/期货结算价等 参数: code: 证券代码 date: 开始日期 end_date: 结束日期 返回: date: 日期 is_st: 是否是ST,是则返回 1,否则返回 0。股票使用 acc_net_value: 基金累计净值。基金使用 unit_net_value: 基金单位净值。基金使用 futures_sett_price: 期货结算价。期货使用 futures_positions: 期货持仓量。期货使用 adj_net_value: 场外基金的复权净值。场外基金使用
Fields
code: Stringdate: Stringend_date: StringTrait Implementations
impl Debug for GetExtras[src]
impl<'de> Deserialize<'de> for GetExtras[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Request for GetExtras[src]
impl Response for GetExtras[src]
impl Serialize for GetExtras[src]
Auto Trait Implementations
impl RefUnwindSafe for GetExtras
impl Send for GetExtras
impl Sync for GetExtras
impl Unpin for GetExtras
impl UnwindSafe for GetExtras
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>,