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: FixStringpos_req_type: Option<PosReqType>clearing_business_date: LocalMktDatesettl_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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Converts to this type from the input type.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.