pub struct RegistrationInstructions {
    pub regist_id: FixString,
    pub regist_trans_type: RegistTransType,
    pub regist_ref_id: FixString,
    pub cl_ord_id: Option<FixString>,
    pub parties: Option<Vec<Parties>>,
    pub account: Option<FixString>,
    pub acct_id_source: Option<AcctIdSource>,
    pub regist_acct_type: Option<FixString>,
    pub tax_advantage_type: Option<TaxAdvantageType>,
    pub ownership_type: Option<OwnershipType>,
    pub rgst_dtls_grp: Option<Vec<RgstDtlsGrp>>,
    pub rgst_dist_inst_grp: Option<Vec<RgstDistInstGrp>>,
}Fields§
§regist_id: FixStringTag 513.
regist_trans_type: RegistTransTypeTag 514.
regist_ref_id: FixStringTag 508.
cl_ord_id: Option<FixString>Tag 11.
parties: Option<Vec<Parties>>Tag 453.
account: Option<FixString>Tag 1.
acct_id_source: Option<AcctIdSource>Tag 660.
regist_acct_type: Option<FixString>Tag 493.
tax_advantage_type: Option<TaxAdvantageType>Tag 495.
ownership_type: Option<OwnershipType>Tag 517.
rgst_dtls_grp: Option<Vec<RgstDtlsGrp>>Tag 473.
rgst_dist_inst_grp: Option<Vec<RgstDistInstGrp>>Tag 510.
Implementations§
Trait Implementations§
source§impl Clone for RegistrationInstructions
 
impl Clone for RegistrationInstructions
source§fn clone(&self) -> RegistrationInstructions
 
fn clone(&self) -> RegistrationInstructions
Returns a copy of the value. Read more
1.6.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 RegistrationInstructions
 
impl Debug for RegistrationInstructions
source§impl Default for RegistrationInstructions
 
impl Default for RegistrationInstructions
source§fn default() -> RegistrationInstructions
 
fn default() -> RegistrationInstructions
Returns the “default value” for a type. Read more
source§impl From<RegistrationInstructions> for Message
 
impl From<RegistrationInstructions> for Message
source§fn from(msg: RegistrationInstructions) -> Message
 
fn from(msg: RegistrationInstructions) -> Message
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for RegistrationInstructions
impl RefUnwindSafe for RegistrationInstructions
impl Send for RegistrationInstructions
impl Sync for RegistrationInstructions
impl Unpin for RegistrationInstructions
impl UnwindSafe for RegistrationInstructions
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
source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
 
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)