pub struct RequestHistoryKLParams<'a> {
pub security: &'a Security,
pub rehab_type: RehabType,
pub kl_type: KLType,
pub begin_time: &'a str,
pub end_time: &'a str,
pub max_num: Option<i32>,
pub next_req_key: Option<&'a [u8]>,
}Expand description
分页请求历史 K 线参数
Fields§
§security: &'a Security§rehab_type: RehabType§kl_type: KLType§begin_time: &'a str§end_time: &'a str§max_num: Option<i32>§next_req_key: Option<&'a [u8]>Trait Implementations§
Source§impl<'a> Clone for RequestHistoryKLParams<'a>
impl<'a> Clone for RequestHistoryKLParams<'a>
Source§fn clone(&self) -> RequestHistoryKLParams<'a>
fn clone(&self) -> RequestHistoryKLParams<'a>
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<'a> Freeze for RequestHistoryKLParams<'a>
impl<'a> RefUnwindSafe for RequestHistoryKLParams<'a>
impl<'a> Send for RequestHistoryKLParams<'a>
impl<'a> Sync for RequestHistoryKLParams<'a>
impl<'a> Unpin for RequestHistoryKLParams<'a>
impl<'a> UnwindSafe for RequestHistoryKLParams<'a>
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