[−][src]Struct jqdata_blocking::model::GetCurrentTick
获取最新的 tick 数据 参数: code: 标的代码, 支持股票、指数、基金、期货等。 不可以使用主力合约和指数合约代码。 返回: time: 时间 current: 当前价 high: 截至到当前时刻的日内最高价 low: 截至到当前时刻的日内最低价 volume: 累计成交量 money: 累计成交额 position: 持仓量,期货使用 a1_v~a5_v: 五档卖量 a1_p~a5_p: 五档卖价 b1_v~b5_v: 五档买量 b1_p~b5_p: 五档买价
Fields
code: StringTrait Implementations
impl Debug for GetCurrentTick[src]
impl<'de> Deserialize<'de> for GetCurrentTick[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Request for GetCurrentTick[src]
impl Response for GetCurrentTick[src]
impl Serialize for GetCurrentTick[src]
Auto Trait Implementations
impl RefUnwindSafe for GetCurrentTick
impl Send for GetCurrentTick
impl Sync for GetCurrentTick
impl Unpin for GetCurrentTick
impl UnwindSafe for GetCurrentTick
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>,