#[repr(C)]pub struct RCAMSShortOptAdjustParamField {
pub is_null: bool,
pub TradingDay: String,
pub ExchangeID: String,
pub CombProductID: String,
pub HedgeFlag: u8,
pub AdjustValue: f64,
}
Fields§
§is_null: bool
§TradingDay: String
§ExchangeID: String
§CombProductID: String
§HedgeFlag: u8
§AdjustValue: f64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RCAMSShortOptAdjustParamField
impl RefUnwindSafe for RCAMSShortOptAdjustParamField
impl Send for RCAMSShortOptAdjustParamField
impl Sync for RCAMSShortOptAdjustParamField
impl Unpin for RCAMSShortOptAdjustParamField
impl UnwindSafe for RCAMSShortOptAdjustParamField
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