Struct fix_rs::dictionary::TestRequest [] [src]

pub struct TestRequest {
    pub meta: Option<Meta>,
    pub appl_ver_id: ApplVerID::Type::Type,
    pub appl_ext_id: ApplExtID::Type::Type,
    pub cstm_appl_ver_id: CstmApplVerID::Type::Type,
    pub sender_comp_id: SenderCompID::Type::Type,
    pub target_comp_id: TargetCompID::Type::Type,
    pub on_behalf_of_comp_id: OnBehalfOfCompID::Type::Type,
    pub deliver_to_comp_id: DeliverToCompID::Type::Type,
    pub secure_data_len: SecureDataLen::Type::Type,
    pub secure_data: SecureData::Type::Type,
    pub msg_seq_num: MsgSeqNum::Type::Type,
    pub sender_sub_id: SenderSubID::Type::Type,
    pub sender_location_id: SenderLocationID::Type::Type,
    pub target_sub_id: TargetSubID::Type::Type,
    pub target_location_id: TargetLocationID::Type::Type,
    pub on_behalf_of_sub_id: OnBehalfOfSubID::Type::Type,
    pub on_behalf_of_location_id: OnBehalfOfLocationID::Type::Type,
    pub deliver_to_sub_id: DeliverToSubID::Type::Type,
    pub deliver_to_location_id: DeliverToLocationID::Type::Type,
    pub poss_dup_flag: PossDupFlag::Type::Type,
    pub poss_resend: PossResend::Type::Type,
    pub sending_time: SendingTime::Type::Type,
    pub orig_sending_time: OrigSendingTime::Type::Type,
    pub xml_data_len: XmlDataLen::Type::Type,
    pub xml_data: XmlData::Type::Type,
    pub message_encoding: MessageEncoding::Type::Type,
    pub last_msg_seq_num_processed: LastMsgSeqNumProcessed::Type::Type,
    pub hops: NoHops::Type::Type,
    pub test_req_id: TestReqID::Type::Type,
    pub signature_length: SignatureLength::Type::Type,
    pub signature: Signature::Type::Type,
}

Fields

Methods

impl TestRequest
[src]

Trait Implementations

impl Clone for TestRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for TestRequest
[src]

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

impl Message for TestRequest
[src]

impl PartialEq for TestRequest
[src]

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

This method tests for !=.