pub enum DeskType {
Agency,
Derivatives,
Other,
Sales,
Trading,
Arbitrage,
International,
Institutional,
PreferredTrading,
Proprietary,
ProgramTrading,
}
Variants§
Agency
Derivatives
Other
Sales
Trading
Arbitrage
International
Institutional
PreferredTrading
Proprietary
ProgramTrading
Implementations§
Source§impl DeskType
impl DeskType
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl IntoFixValue for DeskType
impl IntoFixValue for DeskType
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