#[repr(C)]pub struct ForQuoteParamField {
pub is_null: bool,
pub BrokerID: String,
pub ExchangeID: String,
pub LastPrice: f64,
pub PriceInterval: f64,
pub InstrumentID: String,
}
Fields§
§is_null: bool
§BrokerID: String
§ExchangeID: String
§LastPrice: f64
§PriceInterval: f64
§InstrumentID: String
Trait Implementations§
Source§impl Clone for ForQuoteParamField
impl Clone for ForQuoteParamField
Source§impl Debug for ForQuoteParamField
impl Debug for ForQuoteParamField
Source§impl Default for ForQuoteParamField
impl Default for ForQuoteParamField
Source§impl ExternType for ForQuoteParamField
impl ExternType for ForQuoteParamField
Auto Trait Implementations§
impl Freeze for ForQuoteParamField
impl RefUnwindSafe for ForQuoteParamField
impl Send for ForQuoteParamField
impl Sync for ForQuoteParamField
impl Unpin for ForQuoteParamField
impl UnwindSafe for ForQuoteParamField
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