pub struct MaxTrdQtysParams {
pub header: TrdHeader,
pub order_type: i32,
pub code: String,
pub price: f64,
pub order_id: Option<u64>,
}Expand description
最大可买卖数量查询参数
Fields§
§header: TrdHeader§order_type: i32§code: String§price: f64§order_id: Option<u64>Trait Implementations§
Source§impl Clone for MaxTrdQtysParams
impl Clone for MaxTrdQtysParams
Source§fn clone(&self) -> MaxTrdQtysParams
fn clone(&self) -> MaxTrdQtysParams
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 MaxTrdQtysParams
impl RefUnwindSafe for MaxTrdQtysParams
impl Send for MaxTrdQtysParams
impl Sync for MaxTrdQtysParams
impl Unpin for MaxTrdQtysParams
impl UnwindSafe for MaxTrdQtysParams
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