pub struct MarketMakerProfile2 {
pub ctrct_prd: Option<DateTimePeriod2>,
pub cmplc: Option<bool>,
pub max_sprd: Option<f64>,
pub dscnt: Option<f64>,
}Fields§
§ctrct_prd: Option<DateTimePeriod2>§cmplc: Option<bool>§max_sprd: Option<f64>§dscnt: Option<f64>Implementations§
Source§impl MarketMakerProfile2
impl MarketMakerProfile2
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for MarketMakerProfile2
impl RefUnwindSafe for MarketMakerProfile2
impl Send for MarketMakerProfile2
impl Sync for MarketMakerProfile2
impl Unpin for MarketMakerProfile2
impl UnwindSafe for MarketMakerProfile2
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