Enum fix_rs::fix_version::FIXVersion [] [src]

pub enum FIXVersion {
    FIXT_1_1,
    FIX_4_0,
    FIX_4_1,
    FIX_4_2,
    FIX_4_3,
    FIX_4_4,
}

Variants

Methods

impl FIXVersion
[src]

Trait Implementations

impl Clone for FIXVersion
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for FIXVersion
[src]

impl Debug for FIXVersion
[src]

Formats the value using the given formatter.

impl PartialEq for FIXVersion
[src]

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

This method tests for !=.