pub struct RequestHistoryKLResult {
pub security: Security,
pub kl_list: Vec<KLine>,
pub next_req_key: Option<Vec<u8>>,
}Expand description
分页请求历史 K 线结果
Fields§
§security: Security§kl_list: Vec<KLine>§next_req_key: Option<Vec<u8>>下次请求的分页 key,None 表示数据已全部返回
Trait Implementations§
Source§impl Clone for RequestHistoryKLResult
impl Clone for RequestHistoryKLResult
Source§fn clone(&self) -> RequestHistoryKLResult
fn clone(&self) -> RequestHistoryKLResult
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for RequestHistoryKLResult
impl RefUnwindSafe for RequestHistoryKLResult
impl Send for RequestHistoryKLResult
impl Sync for RequestHistoryKLResult
impl Unpin for RequestHistoryKLResult
impl UnwindSafe for RequestHistoryKLResult
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more