[−][src]Struct jqdata_blocking::model::GetMoneyFlow
获取一只股票在一个时间段内的资金流向数据,仅包含股票数据,不可用于获取期货数据 参数: code: 股票代码 date: 开始日期 end_date: 结束日期 返回: date: 日期 sec_code: 股票代码 change_pct: 涨跌幅(%) net_amount_main: 主力净额(万): 主力净额 = 超大单净额 + 大单净额 net_pct_main: 主力净占比(%): 主力净占比 = 主力净额 / 成交额 net_amount_xl: 超大单净额(万): 超大单:大于等于50万股或者100万元的成交单 net_pct_xl: 超大单净占比(%): 超大单净占比 = 超大单净额 / 成交额 net_amount_l: 大单净额(万): 大单:大于等于10万股或者20万元且小于50万股或者100万元的成交单 net_pct_l: 大单净占比(%): 大单净占比 = 大单净额 / 成交额 net_amount_m: 中单净额(万): 中单:大于等于2万股或者4万元且小于10万股或者20万元的成交单 net_pct_m: 中单净占比(%): 中单净占比 = 中单净额 / 成交额 net_amount_s: 小单净额(万): 小单:小于2万股或者4万元的成交单 net_pct_s: 小单净占比(%): 小单净占比 = 小单净额 / 成交额
Fields
code: Stringdate: Stringend_date: StringTrait Implementations
impl Debug for GetMoneyFlow[src]
impl<'de> Deserialize<'de> for GetMoneyFlow[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Request for GetMoneyFlow[src]
impl Response for GetMoneyFlow[src]
type Output = Vec<MoneyFlow>
fn response(&self, response: Response) -> Result<Vec<MoneyFlow>, Error>[src]
impl Serialize for GetMoneyFlow[src]
Auto Trait Implementations
impl RefUnwindSafe for GetMoneyFlow
impl Send for GetMoneyFlow
impl Sync for GetMoneyFlow
impl Unpin for GetMoneyFlow
impl UnwindSafe for GetMoneyFlow
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>,