#[repr(C)]pub struct CThostFtdcSyncDeltaInvstCommRateField {
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 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§ActionDirection: TThostFtdcActionDirectionType§SyncDeltaSequenceNo: TThostFtdcSequenceNoTypeTrait Implementations§
Source§impl Clone for CThostFtdcSyncDeltaInvstCommRateField
impl Clone for CThostFtdcSyncDeltaInvstCommRateField
Source§fn clone(&self) -> CThostFtdcSyncDeltaInvstCommRateField
fn clone(&self) -> CThostFtdcSyncDeltaInvstCommRateField
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 CThostFtdcSyncDeltaInvstCommRateField
Auto Trait Implementations§
impl Freeze for CThostFtdcSyncDeltaInvstCommRateField
impl RefUnwindSafe for CThostFtdcSyncDeltaInvstCommRateField
impl Send for CThostFtdcSyncDeltaInvstCommRateField
impl Sync for CThostFtdcSyncDeltaInvstCommRateField
impl Unpin for CThostFtdcSyncDeltaInvstCommRateField
impl UnwindSafe for CThostFtdcSyncDeltaInvstCommRateField
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