#[repr(C)]pub struct InstrumentCommissionRateField {Show 13 fields
pub instrument_id: InstrumentIdType,
pub investor_range: u8,
pub broker_id: BrokerIdType,
pub investor_id: InvestorIdType,
pub open_ratio_by_money: f64,
pub open_ratio_by_volume: f64,
pub close_ratio_by_money: f64,
pub close_ratio_by_volume: f64,
pub close_today_ratio_by_money: f64,
pub close_today_ratio_by_volume: f64,
pub exchange_id: ExchangeIdType,
pub biz_type: u8,
pub invest_unit_id: InvestUnitIdType,
}
Fields§
§instrument_id: InstrumentIdType
§investor_range: u8
§broker_id: BrokerIdType
§investor_id: InvestorIdType
§open_ratio_by_money: f64
§open_ratio_by_volume: f64
§close_ratio_by_money: f64
§close_ratio_by_volume: f64
§close_today_ratio_by_money: f64
§close_today_ratio_by_volume: f64
§exchange_id: ExchangeIdType
§biz_type: u8
§invest_unit_id: InvestUnitIdType
Trait Implementations§
Source§impl Clone for InstrumentCommissionRateField
impl Clone for InstrumentCommissionRateField
Source§fn clone(&self) -> InstrumentCommissionRateField
fn clone(&self) -> InstrumentCommissionRateField
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for InstrumentCommissionRateField
impl RefUnwindSafe for InstrumentCommissionRateField
impl Send for InstrumentCommissionRateField
impl Sync for InstrumentCommissionRateField
impl Unpin for InstrumentCommissionRateField
impl UnwindSafe for InstrumentCommissionRateField
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