pub struct AdjustedPositionReport {
    pub pos_maint_rpt_id: Vec<u8, Global>,
    pub pos_req_type: Option<PosReqType>,
    pub clearing_business_date: (u16, u8, u8),
    pub settl_sess_id: Option<SettlSessId>,
    pub pos_maint_rpt_ref_id: Option<Vec<u8, Global>>,
    pub parties: Option<Vec<Parties, Global>>,
    pub position_qty: Option<Vec<PositionQty, Global>>,
    pub instrmt_grp: Option<Vec<InstrmtGrp, Global>>,
    pub settl_price: Option<Decimal>,
    pub prior_settl_price: Option<Decimal>,
}

Fields

pos_maint_rpt_id: Vec<u8, Global>pos_req_type: Option<PosReqType>clearing_business_date: (u16, u8, u8)settl_sess_id: Option<SettlSessId>pos_maint_rpt_ref_id: Option<Vec<u8, Global>>parties: Option<Vec<Parties, Global>>position_qty: Option<Vec<PositionQty, Global>>instrmt_grp: Option<Vec<InstrmtGrp, Global>>settl_price: Option<Decimal>prior_settl_price: Option<Decimal>

Trait Implementations

Formats the value using the given formatter. Read more

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 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.