Struct fix_rs::dictionary::messages::Logout [] [src]

pub struct Logout {
    pub meta: Option<Meta>,
    pub sender_comp_id: <<SenderCompID as Field>::Type as FieldType>::Type,
    pub target_comp_id: <<TargetCompID as Field>::Type as FieldType>::Type,
    pub appl_ver_id: <<ApplVerID as Field>::Type as FieldType>::Type,
    pub appl_ext_id: <<ApplExtID as Field>::Type as FieldType>::Type,
    pub cstm_appl_ver_id: <<CstmApplVerID as Field>::Type as FieldType>::Type,
    pub on_behalf_of_comp_id: <<OnBehalfOfCompID as Field>::Type as FieldType>::Type,
    pub deliver_to_comp_id: <<DeliverToCompID as Field>::Type as FieldType>::Type,
    pub secure_data_len: <<SecureDataLen as Field>::Type as FieldType>::Type,
    pub secure_data: <<SecureData as Field>::Type as FieldType>::Type,
    pub msg_seq_num: <<MsgSeqNum as Field>::Type as FieldType>::Type,
    pub sender_sub_id: <<SenderSubID as Field>::Type as FieldType>::Type,
    pub sender_location_id: <<SenderLocationID as Field>::Type as FieldType>::Type,
    pub target_sub_id: <<TargetSubID as Field>::Type as FieldType>::Type,
    pub target_location_id: <<TargetLocationID as Field>::Type as FieldType>::Type,
    pub on_behalf_of_sub_id: <<OnBehalfOfSubID as Field>::Type as FieldType>::Type,
    pub on_behalf_of_location_id: <<OnBehalfOfLocationID as Field>::Type as FieldType>::Type,
    pub deliver_to_sub_id: <<DeliverToSubID as Field>::Type as FieldType>::Type,
    pub deliver_to_location_id: <<DeliverToLocationID as Field>::Type as FieldType>::Type,
    pub poss_dup_flag: <<PossDupFlag as Field>::Type as FieldType>::Type,
    pub poss_resend: <<PossResend as Field>::Type as FieldType>::Type,
    pub sending_time: <<SendingTime as Field>::Type as FieldType>::Type,
    pub orig_sending_time: <<OrigSendingTime as Field>::Type as FieldType>::Type,
    pub xml_data_len: <<XmlDataLen as Field>::Type as FieldType>::Type,
    pub xml_data: <<XmlData as Field>::Type as FieldType>::Type,
    pub message_encoding: <<MessageEncoding as Field>::Type as FieldType>::Type,
    pub last_msg_seq_num_processed: <<LastMsgSeqNumProcessed as Field>::Type as FieldType>::Type,
    pub on_behalf_of_sending_time: <<OnBehalfOfSendingTime as Field>::Type as FieldType>::Type,
    pub hops: <<NoHops as Field>::Type as FieldType>::Type,
    pub session_status: <<SessionStatus as Field>::Type as FieldType>::Type,
    pub text: <<Text as Field>::Type as FieldType>::Type,
    pub encoded_text_len: <<EncodedTextLen as Field>::Type as FieldType>::Type,
    pub encoded_text: <<EncodedText as Field>::Type as FieldType>::Type,
    pub signature_length: <<SignatureLength as Field>::Type as FieldType>::Type,
    pub signature: <<Signature as Field>::Type as FieldType>::Type,
    // some fields omitted
}

Fields

Methods

impl Logout
[src]

impl Logout
[src]

Trait Implementations

impl MessageBuildable for Logout
[src]

impl FIXTMessageBuildable for Logout
[src]

impl Clone for Logout
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Logout
[src]

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

impl MessageDetails for Logout
[src]

impl Message for Logout
[src]

impl PartialEq for Logout
[src]

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

This method tests for !=.

impl FIXTMessage for Logout
[src]