pub struct AmendOrderRequest {
pub category: Category,
pub symbol: String,
pub order_id: Option<String>,
pub order_link_id: Option<String>,
pub qty: Option<Decimal>,
pub price: Option<Decimal>,
}Fields§
§category: Category§symbol: String§order_id: Option<String>§order_link_id: Option<String>§qty: Option<Decimal>§price: Option<Decimal>Implementations§
Trait Implementations§
Source§impl Debug for AmendOrderRequest
impl Debug for AmendOrderRequest
Auto Trait Implementations§
impl Freeze for AmendOrderRequest
impl RefUnwindSafe for AmendOrderRequest
impl Send for AmendOrderRequest
impl Sync for AmendOrderRequest
impl Unpin for AmendOrderRequest
impl UnsafeUnpin for AmendOrderRequest
impl UnwindSafe for AmendOrderRequest
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