Enum easyfix_messages::fields::PartySubIdType  
source · pub enum PartySubIdType {
Show 33 variants
    Firm,
    Person,
    System,
    Application,
    FullLegalNameOfFirm,
    PostalAddress,
    PhoneNumber,
    EmailAddress,
    ContactName,
    SecuritiesAccountNumber,
    RegistrationNumber,
    RegisteredAddress12,
    RegulatoryStatus,
    RegistrationName,
    CashAccountNumber,
    Bic,
    CsdParticipantMemberCode,
    RegisteredAddress18,
    FundAccountName,
    TelexNumber,
    FaxNumber,
    SecuritiesAccountName,
    CashAccountName,
    Department,
    LocationDesk,
    PositionAccountType,
    SecurityLocateId,
    MarketMaker,
    EligibleCounterparty,
    ProfessionalClient,
    Location,
    ExecutionVenue,
    CurrencyDeliveryIdentifier,
}Variants§
Firm
Person
System
Application
FullLegalNameOfFirm
PostalAddress
PhoneNumber
EmailAddress
ContactName
SecuritiesAccountNumber
RegistrationNumber
RegisteredAddress12
RegulatoryStatus
RegistrationName
CashAccountNumber
Bic
CsdParticipantMemberCode
RegisteredAddress18
FundAccountName
TelexNumber
FaxNumber
SecuritiesAccountName
CashAccountName
Department
LocationDesk
PositionAccountType
SecurityLocateId
MarketMaker
EligibleCounterparty
ProfessionalClient
Location
ExecutionVenue
CurrencyDeliveryIdentifier
Implementations§
source§impl PartySubIdType
 
impl PartySubIdType
pub fn from_bytes(input: &[u8]) -> Option<PartySubIdType>
pub fn from_fix_str(input: &FixStr) -> Option<PartySubIdType>
pub fn as_bytes(&self) -> &'static [u8] ⓘ
pub fn as_fix_str(&self) -> &'static FixStr
Trait Implementations§
source§impl Clone for PartySubIdType
 
impl Clone for PartySubIdType
source§fn clone(&self) -> PartySubIdType
 
fn clone(&self) -> PartySubIdType
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 PartySubIdType
 
impl Debug for PartySubIdType
source§impl From<PartySubIdType> for &'static [u8]
 
impl From<PartySubIdType> for &'static [u8]
source§impl PartialEq<PartySubIdType> for PartySubIdType
 
impl PartialEq<PartySubIdType> for PartySubIdType
source§fn eq(&self, other: &PartySubIdType) -> bool
 
fn eq(&self, other: &PartySubIdType) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl ToFixString for PartySubIdType
 
impl ToFixString for PartySubIdType
fn to_fix_string(&self) -> FixString
source§impl TryFrom<i64> for PartySubIdType
 
impl TryFrom<i64> for PartySubIdType
§type Error = SessionRejectReason
 
type Error = SessionRejectReason
The type returned in the event of a conversion error.
source§fn try_from(input: Int) -> Result<PartySubIdType, SessionRejectReason>
 
fn try_from(input: Int) -> Result<PartySubIdType, SessionRejectReason>
Performs the conversion.