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
meta: Option<Meta>
appl_ver_id: ApplVerID::Type::Type
appl_ext_id: ApplExtID::Type::Type
cstm_appl_ver_id: CstmApplVerID::Type::Type
sender_comp_id: SenderCompID::Type::Type
target_comp_id: TargetCompID::Type::Type
on_behalf_of_comp_id: OnBehalfOfCompID::Type::Type
deliver_to_comp_id: DeliverToCompID::Type::Type
secure_data_len: SecureDataLen::Type::Type
secure_data: SecureData::Type::Type
msg_seq_num: MsgSeqNum::Type::Type
sender_sub_id: SenderSubID::Type::Type
sender_location_id: SenderLocationID::Type::Type
target_sub_id: TargetSubID::Type::Type
target_location_id: TargetLocationID::Type::Type
on_behalf_of_sub_id: OnBehalfOfSubID::Type::Type
on_behalf_of_location_id: OnBehalfOfLocationID::Type::Type
deliver_to_sub_id: DeliverToSubID::Type::Type
deliver_to_location_id: DeliverToLocationID::Type::Type
poss_dup_flag: PossDupFlag::Type::Type
poss_resend: PossResend::Type::Type
sending_time: SendingTime::Type::Type
orig_sending_time: OrigSendingTime::Type::Type
xml_data_len: XmlDataLen::Type::Type
xml_data: XmlData::Type::Type
message_encoding: MessageEncoding::Type::Type
last_msg_seq_num_processed: LastMsgSeqNumProcessed::Type::Type
hops: NoHops::Type::Type
test_req_id: TestReqID::Type::Type
signature_length: SignatureLength::Type::Type
signature: Signature::Type::Type
Methods
impl TestRequest
[src]
fn new() -> Self
Trait Implementations
impl Clone for TestRequest
[src]
fn clone(&self) -> TestRequest
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
impl Default for TestRequest
[src]
fn default() -> TestRequest
Returns the "default value" for a type. Read more