pub struct BatchAmendOrderItem {Show 15 fields
pub symbol: String,
pub order_id: Option<String>,
pub order_link_id: Option<String>,
pub qty: Option<String>,
pub price: Option<String>,
pub order_iv: Option<String>,
pub trigger_price: Option<String>,
pub tpsl_mode: Option<String>,
pub take_profit: Option<String>,
pub stop_loss: Option<String>,
pub tp_trigger_by: Option<String>,
pub sl_trigger_by: Option<String>,
pub trigger_by: Option<String>,
pub tp_limit_price: Option<String>,
pub sl_limit_price: Option<String>,
}Fields§
§symbol: String§order_id: Option<String>§order_link_id: Option<String>§qty: Option<String>§price: Option<String>§order_iv: Option<String>§trigger_price: Option<String>§tpsl_mode: Option<String>§take_profit: Option<String>§stop_loss: Option<String>§tp_trigger_by: Option<String>§sl_trigger_by: Option<String>§trigger_by: Option<String>§tp_limit_price: Option<String>§sl_limit_price: Option<String>Trait Implementations§
Source§impl Clone for BatchAmendOrderItem
impl Clone for BatchAmendOrderItem
Source§fn clone(&self) -> BatchAmendOrderItem
fn clone(&self) -> BatchAmendOrderItem
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BatchAmendOrderItem
impl Debug for BatchAmendOrderItem
Source§impl<'de> Deserialize<'de> for BatchAmendOrderItem
impl<'de> Deserialize<'de> for BatchAmendOrderItem
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for BatchAmendOrderItem
impl RefUnwindSafe for BatchAmendOrderItem
impl Send for BatchAmendOrderItem
impl Sync for BatchAmendOrderItem
impl Unpin for BatchAmendOrderItem
impl UnsafeUnpin for BatchAmendOrderItem
impl UnwindSafe for BatchAmendOrderItem
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