pub struct OrderPriceData2 {
pub lmt_pric: Option<SecuritiesTransactionPrice2Choice>,
pub stop_pric: Option<SecuritiesTransactionPrice2Choice>,
pub addtl_lmt_pric: Option<SecuritiesTransactionPrice2Choice>,
pub pggd_pric: Option<SecuritiesTransactionPrice2Choice>,
pub ccy_scnd_leg: Option<String>,
}Fields§
§lmt_pric: Option<SecuritiesTransactionPrice2Choice>§stop_pric: Option<SecuritiesTransactionPrice2Choice>§addtl_lmt_pric: Option<SecuritiesTransactionPrice2Choice>§pggd_pric: Option<SecuritiesTransactionPrice2Choice>§ccy_scnd_leg: Option<String>Implementations§
Source§impl OrderPriceData2
impl OrderPriceData2
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for OrderPriceData2
impl RefUnwindSafe for OrderPriceData2
impl Send for OrderPriceData2
impl Sync for OrderPriceData2
impl Unpin for OrderPriceData2
impl UnwindSafe for OrderPriceData2
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