pub enum PartyIDSource {
Show 18 variants
Bic,
GeneralIdentifier,
Proprietary,
IsoCountryCode,
SettlementEntityLocation,
Mic,
CsdParticipant,
KoreanInvestorId,
TaiwaneseForeignInvestorId,
TaiwaneseTradingAcct,
MalaysianCentralDepository,
ChineseInvestorId,
UkNationalInsuranceOrPensionNumber,
UsSocialSecurityNumber,
UsEmployerOrTaxIdNumber,
AustralianBusinessNumber,
AustralianTaxFileNumber,
IsitcAcronym,
}
Variants§
Bic
GeneralIdentifier
Proprietary
IsoCountryCode
SettlementEntityLocation
Mic
CsdParticipant
KoreanInvestorId
TaiwaneseForeignInvestorId
TaiwaneseTradingAcct
MalaysianCentralDepository
ChineseInvestorId
UkNationalInsuranceOrPensionNumber
UsSocialSecurityNumber
UsEmployerOrTaxIdNumber
AustralianBusinessNumber
AustralianTaxFileNumber
IsitcAcronym
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