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

pub struct UnderlyingStipulation {
    pub meta: Option<Meta>,
    pub underlying_stip_type: <<UnderlyingStipType as Field>::Type as FieldType>::Type,
    pub underlying_stip_value: <<UnderlyingStipValue as Field>::Type as FieldType>::Type,
    // some fields omitted
}

Fields

Methods

impl UnderlyingStipulation
[src]

Trait Implementations

impl MessageBuildable for UnderlyingStipulation
[src]

impl Clone for UnderlyingStipulation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for UnderlyingStipulation
[src]

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

impl MessageDetails for UnderlyingStipulation
[src]

impl Message for UnderlyingStipulation
[src]

impl PartialEq for UnderlyingStipulation
[src]

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

This method tests for !=.