[−][src]Struct jqdata_blocking::model::GetFundInfo
获取单个基金的基本信息 参数: code: 基金代码 date: 查询日期, 默认日期是今天。 返回: fund_name: 基金全称 fund_type: 基金类型 fund_establishment_day: 基金成立日 fund_manager: 基金管理人及基本信息 fund_management_fee: 基金管理费 fund_custodian_fee: 基金托管费 fund_status: 基金申购赎回状态 fund_size: 基金规模(季度) fund_share: 基金份额(季度) fund_asset_allocation_proportion: 基金资产配置比例(季度) heavy_hold_stocks: 基金重仓股(季度) heavy_hold_stocks_proportion: 基金重仓股占基金资产净值比例(季度) heavy_hold_bond: 基金重仓债券(季度) heavy_hold_bond_proportion: 基金重仓债券占基金资产净值比例(季度)
Fields
code: Stringdate: StringTrait Implementations
impl Debug for GetFundInfo[src]
impl<'de> Deserialize<'de> for GetFundInfo[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Request for GetFundInfo[src]
impl Response for GetFundInfo[src]
impl Serialize for GetFundInfo[src]
Auto Trait Implementations
impl RefUnwindSafe for GetFundInfo
impl Send for GetFundInfo
impl Sync for GetFundInfo
impl Unpin for GetFundInfo
impl UnwindSafe for GetFundInfo
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>,