pub struct AuctionData2 {
pub tradg_phs: Option<String>,
pub indctv_auctn_pric: Option<SecuritiesTransactionPrice21Choice>,
pub indctv_auctn_vol: Option<FinancialInstrumentQuantity25Choice>,
}Fields§
§tradg_phs: Option<String>§indctv_auctn_pric: Option<SecuritiesTransactionPrice21Choice>§indctv_auctn_vol: Option<FinancialInstrumentQuantity25Choice>Implementations§
Source§impl AuctionData2
impl AuctionData2
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for AuctionData2
impl RefUnwindSafe for AuctionData2
impl Send for AuctionData2
impl Sync for AuctionData2
impl Unpin for AuctionData2
impl UnwindSafe for AuctionData2
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