[][src]Struct jqdata::GetCurrentTicks

pub struct GetCurrentTicks {
    pub code: String,
}

获取多标的最新的 tick 数据 参数: code: 标的代码, 多个标的使用,分隔。每次请求的标的必须是相同类型。标的类型包括: 股票、指数、场内基金、期货、期权

Fields

code: String

Trait Implementations

impl BodyConsumer<Vec<Tick>> for GetCurrentTicks[src]

impl CsvListBodyConsumer for GetCurrentTicks[src]

type Output = Tick

impl Debug for GetCurrentTicks[src]

impl<'de> Deserialize<'de> for GetCurrentTicks[src]

impl HasMethod for GetCurrentTicks[src]

impl Serialize for GetCurrentTicks[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,