Struct easyfix_messages::groups::NestedParties2
source · pub struct NestedParties2 {
pub nested_2_party_id: Option<FixString>,
pub nested_2_party_id_source: Option<Char>,
pub nested_2_party_role: Option<Int>,
pub nstd_ptys_2_sub_grp: Option<Vec<NstdPtys2SubGrp>>,
}Fields§
§nested_2_party_id: Option<FixString>§nested_2_party_id_source: Option<Char>§nested_2_party_role: Option<Int>§nstd_ptys_2_sub_grp: Option<Vec<NstdPtys2SubGrp>>Trait Implementations§
source§impl Clone for NestedParties2
impl Clone for NestedParties2
source§fn clone(&self) -> NestedParties2
fn clone(&self) -> NestedParties2
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more