pub struct LiveTradingConfirmation(/* private fields */);Expand description
Marker required to select IG’s live environment.
Implementations§
Source§impl LiveTradingConfirmation
impl LiveTradingConfirmation
Sourcepub const fn acknowledge_risk() -> Self
pub const fn acknowledge_risk() -> Self
Explicitly acknowledges that this client may submit live trading requests.
Trait Implementations§
Source§impl Clone for LiveTradingConfirmation
impl Clone for LiveTradingConfirmation
Source§fn clone(&self) -> LiveTradingConfirmation
fn clone(&self) -> LiveTradingConfirmation
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 moreimpl Copy for LiveTradingConfirmation
Source§impl Debug for LiveTradingConfirmation
impl Debug for LiveTradingConfirmation
impl Eq for LiveTradingConfirmation
Source§impl PartialEq for LiveTradingConfirmation
impl PartialEq for LiveTradingConfirmation
impl StructuralPartialEq for LiveTradingConfirmation
Auto Trait Implementations§
impl Freeze for LiveTradingConfirmation
impl RefUnwindSafe for LiveTradingConfirmation
impl Send for LiveTradingConfirmation
impl Sync for LiveTradingConfirmation
impl Unpin for LiveTradingConfirmation
impl UnsafeUnpin for LiveTradingConfirmation
impl UnwindSafe for LiveTradingConfirmation
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.