struct MaxQtysJson {
code: String,
price: f64,
max_cash_buy: f64,
max_cash_and_margin_buy: f64,
max_position_sell: f64,
max_sell_short: f64,
max_buy_back: f64,
}Fields§
§code: String§price: f64§max_cash_buy: f64§max_cash_and_margin_buy: f64§max_position_sell: f64§max_sell_short: f64§max_buy_back: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for MaxQtysJson
impl RefUnwindSafe for MaxQtysJson
impl Send for MaxQtysJson
impl Sync for MaxQtysJson
impl Unpin for MaxQtysJson
impl UnsafeUnpin for MaxQtysJson
impl UnwindSafe for MaxQtysJson
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