#[repr(C)]pub struct CThostFtdcSyncDeltaOptInvstCommRateField {Show 14 fields
pub InstrumentID: TThostFtdcInstrumentIDType,
pub InvestorRange: TThostFtdcInvestorRangeType,
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub OpenRatioByMoney: TThostFtdcRatioType,
pub OpenRatioByVolume: TThostFtdcRatioType,
pub CloseRatioByMoney: TThostFtdcRatioType,
pub CloseRatioByVolume: TThostFtdcRatioType,
pub CloseTodayRatioByMoney: TThostFtdcRatioType,
pub CloseTodayRatioByVolume: TThostFtdcRatioType,
pub StrikeRatioByMoney: TThostFtdcRatioType,
pub StrikeRatioByVolume: TThostFtdcRatioType,
pub ActionDirection: TThostFtdcActionDirectionType,
pub SyncDeltaSequenceNo: TThostFtdcSequenceNoType,
}Fields§
§InstrumentID: TThostFtdcInstrumentIDType§InvestorRange: TThostFtdcInvestorRangeType§BrokerID: TThostFtdcBrokerIDType§InvestorID: TThostFtdcInvestorIDType§OpenRatioByMoney: TThostFtdcRatioType§OpenRatioByVolume: TThostFtdcRatioType§CloseRatioByMoney: TThostFtdcRatioType§CloseRatioByVolume: TThostFtdcRatioType§CloseTodayRatioByMoney: TThostFtdcRatioType§CloseTodayRatioByVolume: TThostFtdcRatioType§StrikeRatioByMoney: TThostFtdcRatioType§StrikeRatioByVolume: TThostFtdcRatioType§ActionDirection: TThostFtdcActionDirectionType§SyncDeltaSequenceNo: TThostFtdcSequenceNoTypeTrait Implementations§
Source§impl Clone for CThostFtdcSyncDeltaOptInvstCommRateField
impl Clone for CThostFtdcSyncDeltaOptInvstCommRateField
Source§fn clone(&self) -> CThostFtdcSyncDeltaOptInvstCommRateField
fn clone(&self) -> CThostFtdcSyncDeltaOptInvstCommRateField
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 moreimpl Copy for CThostFtdcSyncDeltaOptInvstCommRateField
Auto Trait Implementations§
impl Freeze for CThostFtdcSyncDeltaOptInvstCommRateField
impl RefUnwindSafe for CThostFtdcSyncDeltaOptInvstCommRateField
impl Send for CThostFtdcSyncDeltaOptInvstCommRateField
impl Sync for CThostFtdcSyncDeltaOptInvstCommRateField
impl Unpin for CThostFtdcSyncDeltaOptInvstCommRateField
impl UnwindSafe for CThostFtdcSyncDeltaOptInvstCommRateField
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