pub enum HasRealityCheck {
Value0 = 0,
Value1 = 1,
}
Expand description
Flag to indicate whether reality check is applicable for this Landing Company. 1
: applicable, 0
: not applicable. The Reality Check is a feature that gives a summary of the client’s trades and account balances on a regular basis throughout his session, and is a regulatory requirement for certain Landing Companies.
Variants§
Trait Implementations§
Source§impl Clone for HasRealityCheck
impl Clone for HasRealityCheck
Source§fn clone(&self) -> HasRealityCheck
fn clone(&self) -> HasRealityCheck
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 moreSource§impl Debug for HasRealityCheck
impl Debug for HasRealityCheck
Source§impl<'de> Deserialize<'de> for HasRealityCheck
impl<'de> Deserialize<'de> for HasRealityCheck
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 HasRealityCheck
impl RefUnwindSafe for HasRealityCheck
impl Send for HasRealityCheck
impl Sync for HasRealityCheck
impl Unpin for HasRealityCheck
impl UnwindSafe for HasRealityCheck
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