#[repr(C)]pub struct OptionInstrCommRateField {Show 15 fields
pub is_null: bool,
pub InvestorRange: u8,
pub BrokerID: String,
pub InvestorID: String,
pub OpenRatioByMoney: f64,
pub OpenRatioByVolume: f64,
pub CloseRatioByMoney: f64,
pub CloseRatioByVolume: f64,
pub CloseTodayRatioByMoney: f64,
pub CloseTodayRatioByVolume: f64,
pub StrikeRatioByMoney: f64,
pub StrikeRatioByVolume: f64,
pub ExchangeID: String,
pub InvestUnitID: String,
pub InstrumentID: String,
}
Fields§
§is_null: bool
§InvestorRange: u8
§BrokerID: String
§InvestorID: String
§OpenRatioByMoney: f64
§OpenRatioByVolume: f64
§CloseRatioByMoney: f64
§CloseRatioByVolume: f64
§CloseTodayRatioByMoney: f64
§CloseTodayRatioByVolume: f64
§StrikeRatioByMoney: f64
§StrikeRatioByVolume: f64
§ExchangeID: String
§InvestUnitID: String
§InstrumentID: String
Trait Implementations§
Source§impl Clone for OptionInstrCommRateField
impl Clone for OptionInstrCommRateField
Source§impl Debug for OptionInstrCommRateField
impl Debug for OptionInstrCommRateField
Source§impl Default for OptionInstrCommRateField
impl Default for OptionInstrCommRateField
Auto Trait Implementations§
impl Freeze for OptionInstrCommRateField
impl RefUnwindSafe for OptionInstrCommRateField
impl Send for OptionInstrCommRateField
impl Sync for OptionInstrCommRateField
impl Unpin for OptionInstrCommRateField
impl UnwindSafe for OptionInstrCommRateField
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