[−][src]Struct jqdata_blocking::model::GetTicksPeriod
按时间段获取tick数据 股票部分, 支持 2010-01-01 至今的tick数据,提供买五卖五数据 期货部分, 支持 2010-01-01 至今的tick数据,提供买一卖一数据。 如果要获取主力合约的tick数据,可以先使用get_dominant_future获取主力合约对应的标的 期权部分,支持 2017-01-01 至今的tick数据,提供买五卖五数据 参数: code: 证券代码 date: 开始时间,格式2018-07-03或2018-07-03 10:40:00 end_date: 结束时间,格式2018-07-03或2018-07-03 10:40:00 skip: 默认为true,过滤掉无成交变化的tick数据; 当skip=false时,返回的tick数据会保留从2019年6月25日以来无成交有盘口变化的tick数据。 注: 如果时间跨度太大、数据量太多则可能导致请求超时,所有请控制好data-end_date之间的间隔!
Fields
code: Stringdate: Stringend_date: Stringskip: boolTrait Implementations
impl Debug for GetTicksPeriod[src]
impl<'de> Deserialize<'de> for GetTicksPeriod[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Request for GetTicksPeriod[src]
impl Response for GetTicksPeriod[src]
impl Serialize for GetTicksPeriod[src]
Auto Trait Implementations
impl RefUnwindSafe for GetTicksPeriod
impl Send for GetTicksPeriod
impl Sync for GetTicksPeriod
impl Unpin for GetTicksPeriod
impl UnwindSafe for GetTicksPeriod
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>,