#[repr(C)]pub struct CThostFtdcFutureLimitPosiParamField {
pub InvestorRange: TThostFtdcInvestorRangeType,
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub reserve1: TThostFtdcOldInstrumentIDType,
pub SpecOpenVolume: TThostFtdcVolumeType,
pub ArbiOpenVolume: TThostFtdcVolumeType,
pub OpenVolume: TThostFtdcVolumeType,
pub ProductID: TThostFtdcInstrumentIDType,
}Fields§
§InvestorRange: TThostFtdcInvestorRangeType§BrokerID: TThostFtdcBrokerIDType§InvestorID: TThostFtdcInvestorIDType§reserve1: TThostFtdcOldInstrumentIDType§SpecOpenVolume: TThostFtdcVolumeType§ArbiOpenVolume: TThostFtdcVolumeType§OpenVolume: TThostFtdcVolumeType§ProductID: TThostFtdcInstrumentIDTypeTrait Implementations§
Source§impl Clone for CThostFtdcFutureLimitPosiParamField
impl Clone for CThostFtdcFutureLimitPosiParamField
Source§fn clone(&self) -> CThostFtdcFutureLimitPosiParamField
fn clone(&self) -> CThostFtdcFutureLimitPosiParamField
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 CThostFtdcFutureLimitPosiParamField
Auto Trait Implementations§
impl Freeze for CThostFtdcFutureLimitPosiParamField
impl RefUnwindSafe for CThostFtdcFutureLimitPosiParamField
impl Send for CThostFtdcFutureLimitPosiParamField
impl Sync for CThostFtdcFutureLimitPosiParamField
impl Unpin for CThostFtdcFutureLimitPosiParamField
impl UnwindSafe for CThostFtdcFutureLimitPosiParamField
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