pub enum TradingFrequencyFinancialInstruments {
No_Transactions_In_The_Past_12_Months,
_1__5_Transactions_In_The_Past_12_Months,
_6__10_Transactions_In_The_Past_12_Months,
_11__39_Transactions_In_The_Past_12_Months,
_40_Transactions_Or_More_In_The_Past_12_Months,
}
Expand description
How many trades have you placed with other financial instruments in the past 12 months?
Variants§
No_Transactions_In_The_Past_12_Months
_1__5_Transactions_In_The_Past_12_Months
_6__10_Transactions_In_The_Past_12_Months
_11__39_Transactions_In_The_Past_12_Months
_40_Transactions_Or_More_In_The_Past_12_Months
Trait Implementations§
Source§impl Clone for TradingFrequencyFinancialInstruments
impl Clone for TradingFrequencyFinancialInstruments
Source§fn clone(&self) -> TradingFrequencyFinancialInstruments
fn clone(&self) -> TradingFrequencyFinancialInstruments
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<'de> Deserialize<'de> for TradingFrequencyFinancialInstruments
impl<'de> Deserialize<'de> for TradingFrequencyFinancialInstruments
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 TradingFrequencyFinancialInstruments
impl RefUnwindSafe for TradingFrequencyFinancialInstruments
impl Send for TradingFrequencyFinancialInstruments
impl Sync for TradingFrequencyFinancialInstruments
impl Unpin for TradingFrequencyFinancialInstruments
impl UnwindSafe for TradingFrequencyFinancialInstruments
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