Struct easyfix_messages::messages::AdjustedPositionReport  
source · pub struct AdjustedPositionReport {
    pub pos_maint_rpt_id: FixString,
    pub pos_req_type: Option<PosReqType>,
    pub clearing_business_date: LocalMktDate,
    pub settl_sess_id: Option<SettlSessId>,
    pub pos_maint_rpt_ref_id: Option<FixString>,
    pub parties: Vec<Parties>,
    pub position_qty: Vec<PositionQty>,
    pub instrmt_grp: Option<Vec<InstrmtGrp>>,
    pub settl_price: Option<Price>,
    pub prior_settl_price: Option<Price>,
}Fields§
§pos_maint_rpt_id: FixString§pos_req_type: Option<PosReqType>§clearing_business_date: LocalMktDate§settl_sess_id: Option<SettlSessId>§pos_maint_rpt_ref_id: Option<FixString>§parties: Vec<Parties>§position_qty: Vec<PositionQty>§instrmt_grp: Option<Vec<InstrmtGrp>>§settl_price: Option<Price>§prior_settl_price: Option<Price>Implementations§
Trait Implementations§
source§impl Clone for AdjustedPositionReport
 
impl Clone for AdjustedPositionReport
source§fn clone(&self) -> AdjustedPositionReport
 
fn clone(&self) -> AdjustedPositionReport
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 AdjustedPositionReport
 
impl Debug for AdjustedPositionReport
source§impl Default for AdjustedPositionReport
 
impl Default for AdjustedPositionReport
source§fn default() -> AdjustedPositionReport
 
fn default() -> AdjustedPositionReport
Returns the “default value” for a type. Read more
source§impl From<AdjustedPositionReport> for Message
 
impl From<AdjustedPositionReport> for Message
source§fn from(msg: AdjustedPositionReport) -> Message
 
fn from(msg: AdjustedPositionReport) -> Message
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for AdjustedPositionReport
impl Send for AdjustedPositionReport
impl Sync for AdjustedPositionReport
impl Unpin for AdjustedPositionReport
impl UnwindSafe for AdjustedPositionReport
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