pub struct FinancialInstrumentAttributes89 {
pub ctrct_sz: ContractSize1,
pub dlvry_tp: PhysicalTransferType4Code,
pub undrlyg_id: GenericIdentification165,
pub pric_ccy: String,
}Fields§
§ctrct_sz: ContractSize1§dlvry_tp: PhysicalTransferType4Code§undrlyg_id: GenericIdentification165§pric_ccy: StringImplementations§
Source§impl FinancialInstrumentAttributes89
impl FinancialInstrumentAttributes89
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for FinancialInstrumentAttributes89
impl RefUnwindSafe for FinancialInstrumentAttributes89
impl Send for FinancialInstrumentAttributes89
impl Sync for FinancialInstrumentAttributes89
impl Unpin for FinancialInstrumentAttributes89
impl UnwindSafe for FinancialInstrumentAttributes89
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