Enum fefix::definitions::fix50sp1::PartySubIdType[][src]

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,
}
This is supported on crate feature fix50sp1 only.
Expand description

Field type variants for PartySubIdType.

Variants

Firm

Field variant ‘1’.

Person

Field variant ‘2’.

System

Field variant ‘3’.

Application

Field variant ‘4’.

FullLegalNameOfFirm

Field variant ‘5’.

PostalAddress

Field variant ‘6’.

PhoneNumber

Field variant ‘7’.

EmailAddress

Field variant ‘8’.

ContactName

Field variant ‘9’.

SecuritiesAccountNumber

Field variant ‘10’.

RegistrationNumber

Field variant ‘11’.

RegisteredAddress12

Field variant ‘12’.

RegulatoryStatus

Field variant ‘13’.

RegistrationName

Field variant ‘14’.

CashAccountNumber

Field variant ‘15’.

Bic

Field variant ‘16’.

CsdParticipantMemberCode

Field variant ‘17’.

RegisteredAddress18

Field variant ‘18’.

FundAccountName

Field variant ‘19’.

TelexNumber

Field variant ‘20’.

FaxNumber

Field variant ‘21’.

SecuritiesAccountName

Field variant ‘22’.

CashAccountName

Field variant ‘23’.

Department

Field variant ‘24’.

LocationDesk

Field variant ‘25’.

PositionAccountType

Field variant ‘26’.

SecurityLocateId

Field variant ‘27’.

MarketMaker

Field variant ‘28’.

EligibleCounterparty

Field variant ‘29’.

ProfessionalClient

Field variant ‘30’.

Location

Field variant ‘31’.

ExecutionVenue

Field variant ‘32’.

CurrencyDeliveryIdentifier

Field variant ‘33’.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

The error type that can arise during deserialization.

A type with values that customize the serialization algorithm, e.g. padding information. Read more

Writes self to buffer using custom serialization settings.

Parses and deserializes from data.

Writes self to buffer using default settings.

Like FixValue::deserialize, but it’s allowed to skip some amount of input checking. Invalid inputs might not trigger errors and instead be deserialized as random values. Read more

Serializes self to a Vec of bytes, allocated on the fly.

Allocates a String representation of self. Read more

Feeds this value into the given Hasher. Read more

Feeds a slice of this type into the given Hasher. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.