pub enum AllocAccountType {
CarriedCustomerSide = 1,
CarriedNonCustomerSide = 2,
HouseTrader = 3,
FloorTrader = 4,
CarriedNonCustomerSideCrossMargined = 6,
HouseTraderCrossMargined = 7,
JointBackOfficeAccount = 8,
}
Variants§
CarriedCustomerSide = 1
CarriedNonCustomerSide = 2
HouseTrader = 3
FloorTrader = 4
CarriedNonCustomerSideCrossMargined = 6
HouseTraderCrossMargined = 7
JointBackOfficeAccount = 8
Implementations§
Source§impl AllocAccountType
impl AllocAccountType
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl Clone for AllocAccountType
impl Clone for AllocAccountType
Source§fn clone(&self) -> AllocAccountType
fn clone(&self) -> AllocAccountType
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 AllocAccountType
impl Debug for AllocAccountType
Source§impl FromStr for AllocAccountType
impl FromStr for AllocAccountType
Source§impl Hash for AllocAccountType
impl Hash for AllocAccountType
Source§impl IntoFixValue for AllocAccountType
impl IntoFixValue for AllocAccountType
Source§impl PartialEq for AllocAccountType
impl PartialEq for AllocAccountType
impl Copy for AllocAccountType
impl Eq for AllocAccountType
impl StructuralPartialEq for AllocAccountType
Auto Trait Implementations§
impl Freeze for AllocAccountType
impl RefUnwindSafe for AllocAccountType
impl Send for AllocAccountType
impl Sync for AllocAccountType
impl Unpin for AllocAccountType
impl UnwindSafe for AllocAccountType
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