Enum easyfix_messages::fields::PartyIdSource  
source · pub enum PartyIdSource {
Show 18 variants
    UkNationalInsuranceOrPensionNumber,
    UsSocialSecurityNumber,
    UsEmployerOrTaxIdNumber,
    AustralianBusinessNumber,
    AustralianTaxFileNumber,
    KoreanInvestorId,
    TaiwaneseQualifiedForeignInvestorIdQfiiFid,
    TaiwaneseTradingAcct,
    MalaysianCentralDepository,
    ChineseInvestorId,
    DirectedBrokerThreeCharacterAcronymAsDefinedInIsitcEtcBestPracticeGuidelinesDocument,
    Bic,
    GenerallyAcceptedMarketParticipantIdentifier,
    Proprietary,
    IsoCountryCode,
    SettlementEntityLocation,
    Mic,
    CsdParticipantMemberCode,
}Variants§
UkNationalInsuranceOrPensionNumber
UsSocialSecurityNumber
UsEmployerOrTaxIdNumber
AustralianBusinessNumber
AustralianTaxFileNumber
KoreanInvestorId
TaiwaneseQualifiedForeignInvestorIdQfiiFid
TaiwaneseTradingAcct
MalaysianCentralDepository
ChineseInvestorId
DirectedBrokerThreeCharacterAcronymAsDefinedInIsitcEtcBestPracticeGuidelinesDocument
Bic
GenerallyAcceptedMarketParticipantIdentifier
Proprietary
IsoCountryCode
SettlementEntityLocation
Mic
CsdParticipantMemberCode
Implementations§
source§impl PartyIdSource
 
impl PartyIdSource
pub fn from_bytes(input: &[u8]) -> Option<PartyIdSource>
pub fn from_fix_str(input: &FixStr) -> Option<PartyIdSource>
pub fn as_bytes(&self) -> &'static [u8] ⓘ
pub fn as_fix_str(&self) -> &'static FixStr
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 From<PartyIdSource> for &'static [u8]
 
impl From<PartyIdSource> for &'static [u8]
source§impl PartialEq<PartyIdSource> for PartyIdSource
 
impl PartialEq<PartyIdSource> for PartyIdSource
source§fn eq(&self, other: &PartyIdSource) -> bool
 
fn eq(&self, other: &PartyIdSource) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl ToFixString for PartyIdSource
 
impl ToFixString for PartyIdSource
fn to_fix_string(&self) -> FixString
source§impl TryFrom<u8> for PartyIdSource
 
impl TryFrom<u8> for PartyIdSource
§type Error = SessionRejectReason
 
type Error = SessionRejectReason
The type returned in the event of a conversion error.
source§fn try_from(input: Char) -> Result<PartyIdSource, SessionRejectReason>
 
fn try_from(input: Char) -> Result<PartyIdSource, SessionRejectReason>
Performs the conversion.