Struct fix_rs::dictionary::fields::InstrumentParty [] [src]

pub struct InstrumentParty {
    pub meta: Option<Meta>,
    pub instrument_party_id: <<InstrumentPartyID as Field>::Type as FieldType>::Type,
    pub instrument_party_id_source: <<InstrumentPartyIDSource as Field>::Type as FieldType>::Type,
    pub instrument_party_role: <<InstrumentPartyRole as Field>::Type as FieldType>::Type,
    pub no_instrument_party_sub_ids: <<NoInstrumentPartySubIDs as Field>::Type as FieldType>::Type,
    // some fields omitted
}

Fields

Methods

impl InstrumentParty
[src]

Trait Implementations

impl MessageBuildable for InstrumentParty
[src]

impl Clone for InstrumentParty
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for InstrumentParty
[src]

Returns the "default value" for a type. Read more

impl MessageDetails for InstrumentParty
[src]

impl Message for InstrumentParty
[src]

impl PartialEq for InstrumentParty
[src]

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

This method tests for !=.