pub enum DeskType {
Agency,
Arbitrage,
Derivatives,
International,
Institutional,
Other,
PreferredTrading,
Proprietary,
ProgramTrading,
Sales,
Trading,
}
Variants§
Agency
Value “A”
Arbitrage
Value “AR”
Derivatives
Value “D”
International
Value “IN”
Institutional
Value “IS”
Other
Value “O”
PreferredTrading
Value “PF”
Proprietary
Value “PR”
ProgramTrading
Value “PT”
Sales
Value “S”
Trading
Value “T”
Implementations§
Trait Implementations§
Source§impl ToFixString for DeskType
impl ToFixString for DeskType
fn to_fix_string(&self) -> FixString
impl Copy for DeskType
impl Eq for DeskType
impl StructuralPartialEq for DeskType
Auto Trait Implementations§
impl Freeze for DeskType
impl RefUnwindSafe for DeskType
impl Send for DeskType
impl Sync for DeskType
impl Unpin for DeskType
impl UnwindSafe for DeskType
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