Enum quickfix_msg44::field_types::AccountType
source · pub enum AccountType {
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 AccountType
impl AccountType
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
source§impl Clone for AccountType
impl Clone for AccountType
source§fn clone(&self) -> AccountType
fn clone(&self) -> AccountType
Returns a copy 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 AccountType
impl Debug for AccountType
source§impl FromStr for AccountType
impl FromStr for AccountType
source§impl Hash for AccountType
impl Hash for AccountType
source§impl IntoFixValue for AccountType
impl IntoFixValue for AccountType
source§impl PartialEq for AccountType
impl PartialEq for AccountType
source§fn eq(&self, other: &AccountType) -> bool
fn eq(&self, other: &AccountType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for AccountType
impl Eq for AccountType
impl StructuralPartialEq for AccountType
Auto Trait Implementations§
impl RefUnwindSafe for AccountType
impl Send for AccountType
impl Sync for AccountType
impl Unpin for AccountType
impl UnwindSafe for AccountType
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