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 moresource§impl Debug for SecTypesGrp
impl Debug for SecTypesGrp
source§impl Default for SecTypesGrp
impl Default for SecTypesGrp
source§fn default() -> SecTypesGrp
fn default() -> SecTypesGrp
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for SecTypesGrp
impl Send for SecTypesGrp
impl Sync for SecTypesGrp
impl Unpin for SecTypesGrp
impl UnwindSafe for SecTypesGrp
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more