Struct easyfix_messages::groups::SecTypesGrp
source · pub struct SecTypesGrp {
pub security_type: Option<SecurityType>,
pub security_sub_type: Option<FixString>,
pub product: Option<Product>,
pub cfi_code: Option<FixString>,
pub transact_time: Option<UtcTimestamp>,
}Fields§
§security_type: Option<SecurityType>§security_sub_type: Option<FixString>§product: Option<Product>§cfi_code: Option<FixString>§transact_time: Option<UtcTimestamp>Trait Implementations§
source§impl Clone for SecTypesGrp
impl Clone for SecTypesGrp
source§fn clone(&self) -> SecTypesGrp
fn clone(&self) -> SecTypesGrp
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