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

pub struct LegSecAltIDGrp {
    pub meta: Option<Meta>,
    pub leg_security_alt_id: <<LegSecurityAltID as Field>::Type as FieldType>::Type,
    pub leg_security_alt_id_source: <<LegSecurityAltIDSource as Field>::Type as FieldType>::Type,
    // some fields omitted
}

Fields

Methods

impl LegSecAltIDGrp
[src]

Trait Implementations

impl MessageBuildable for LegSecAltIDGrp
[src]

impl Clone for LegSecAltIDGrp
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for LegSecAltIDGrp
[src]

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

impl MessageDetails for LegSecAltIDGrp
[src]

impl Message for LegSecAltIDGrp
[src]

impl PartialEq for LegSecAltIDGrp
[src]

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

This method tests for !=.