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
FIXT_1_1FIX_4_0FIX_4_1FIX_4_2FIX_4_3FIX_4_4Methods
impl FIXVersion[src]
fn begin_string(&self) -> &'static [u8]
fn max_message_version(&self) -> MessageVersion
fn max_version() -> FIXVersion
fn all() -> Vec<FIXVersion>
Trait Implementations
impl Clone for FIXVersion[src]
fn clone(&self) -> FIXVersion
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more