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

pub struct UndSecAltIDGrp {
    pub meta: Option<Meta>,
    pub underlying_security_alt_id: <<UnderlyingSecurityAltID as Field>::Type as FieldType>::Type,
    pub underlying_security_alt_id_source: <<UnderlyingSecurityAltIDSource as Field>::Type as FieldType>::Type,
    // some fields omitted
}

Fields

Methods

impl UndSecAltIDGrp
[src]

Trait Implementations

impl MessageBuildable for UndSecAltIDGrp
[src]

impl Clone for UndSecAltIDGrp
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for UndSecAltIDGrp
[src]

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

impl MessageDetails for UndSecAltIDGrp
[src]

impl Message for UndSecAltIDGrp
[src]

impl PartialEq for UndSecAltIDGrp
[src]

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

This method tests for !=.