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

pub struct SecAltIDGrp {
    pub meta: Option<Meta>,
    pub security_alt_id: <<SecurityAltID as Field>::Type as FieldType>::Type,
    pub security_alt_id_source: <<SecurityAltIDSource as Field>::Type as FieldType>::Type,
    // some fields omitted
}

Fields

Methods

impl SecAltIDGrp
[src]

Trait Implementations

impl MessageBuildable for SecAltIDGrp
[src]

impl Clone for SecAltIDGrp
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for SecAltIDGrp
[src]

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

impl MessageDetails for SecAltIDGrp
[src]

impl Message for SecAltIDGrp
[src]

impl PartialEq for SecAltIDGrp
[src]

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

This method tests for !=.