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>
Tag 167.
security_sub_type: Option<FixString>
Tag 762.
product: Option<Product>
Tag 460.
cfi_code: Option<FixString>
Tag 461.
transact_time: Option<UtcTimestamp>
Tag 60.
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 Freeze for SecTypesGrp
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