pub enum PartyIDSource {
Show 15 variants
ChineseInvestorId,
UsEmployerOrTaxIdNumber,
AustralianTaxFileNumber,
AustralianBusinessNumber,
IsoCountryCode,
Bic,
UsSocialSecurityNumber,
Proprietary,
SettlementEntityLocation,
KoreanInvestorId,
TaiwaneseForeignInvestorId,
TaiwaneseTradingAcct,
MalaysianCentralDepository,
UkNationalInsuranceOrPensionNumber,
GeneralIdentifier,
}
Variants§
ChineseInvestorId
UsEmployerOrTaxIdNumber
AustralianTaxFileNumber
AustralianBusinessNumber
IsoCountryCode
Bic
UsSocialSecurityNumber
Proprietary
SettlementEntityLocation
KoreanInvestorId
TaiwaneseForeignInvestorId
TaiwaneseTradingAcct
MalaysianCentralDepository
UkNationalInsuranceOrPensionNumber
GeneralIdentifier
Implementations§
Source§impl PartyIDSource
impl PartyIDSource
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl Clone for PartyIDSource
impl Clone for PartyIDSource
Source§fn clone(&self) -> PartyIDSource
fn clone(&self) -> PartyIDSource
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 PartyIDSource
impl Debug for PartyIDSource
Source§impl FromStr for PartyIDSource
impl FromStr for PartyIDSource
Source§impl Hash for PartyIDSource
impl Hash for PartyIDSource
Source§impl IntoFixValue for PartyIDSource
impl IntoFixValue for PartyIDSource
Source§impl PartialEq for PartyIDSource
impl PartialEq for PartyIDSource
impl Copy for PartyIDSource
impl Eq for PartyIDSource
impl StructuralPartialEq for PartyIDSource
Auto Trait Implementations§
impl Freeze for PartyIDSource
impl RefUnwindSafe for PartyIDSource
impl Send for PartyIDSource
impl Sync for PartyIDSource
impl Unpin for PartyIDSource
impl UnwindSafe for PartyIDSource
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