#[repr(C)]pub struct CThostFtdcProductField {Show 21 fields
pub reserve1: TThostFtdcOldInstrumentIDType,
pub ProductName: TThostFtdcProductNameType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub ProductClass: TThostFtdcProductClassType,
pub VolumeMultiple: TThostFtdcVolumeMultipleType,
pub PriceTick: TThostFtdcPriceType,
pub MaxMarketOrderVolume: TThostFtdcVolumeType,
pub MinMarketOrderVolume: TThostFtdcVolumeType,
pub MaxLimitOrderVolume: TThostFtdcVolumeType,
pub MinLimitOrderVolume: TThostFtdcVolumeType,
pub PositionType: TThostFtdcPositionTypeType,
pub PositionDateType: TThostFtdcPositionDateTypeType,
pub CloseDealType: TThostFtdcCloseDealTypeType,
pub TradeCurrencyID: TThostFtdcCurrencyIDType,
pub MortgageFundUseRange: TThostFtdcMortgageFundUseRangeType,
pub reserve2: TThostFtdcOldInstrumentIDType,
pub UnderlyingMultiple: TThostFtdcUnderlyingMultipleType,
pub ProductID: TThostFtdcInstrumentIDType,
pub ExchangeProductID: TThostFtdcInstrumentIDType,
pub OpenLimitControlLevel: TThostFtdcOpenLimitControlLevelType,
pub OrderFreqControlLevel: TThostFtdcOrderFreqControlLevelType,
}Fields§
§reserve1: TThostFtdcOldInstrumentIDType§ProductName: TThostFtdcProductNameType§ExchangeID: TThostFtdcExchangeIDType§ProductClass: TThostFtdcProductClassType§VolumeMultiple: TThostFtdcVolumeMultipleType§PriceTick: TThostFtdcPriceType§MaxMarketOrderVolume: TThostFtdcVolumeType§MinMarketOrderVolume: TThostFtdcVolumeType§MaxLimitOrderVolume: TThostFtdcVolumeType§MinLimitOrderVolume: TThostFtdcVolumeType§PositionType: TThostFtdcPositionTypeType§PositionDateType: TThostFtdcPositionDateTypeType§CloseDealType: TThostFtdcCloseDealTypeType§TradeCurrencyID: TThostFtdcCurrencyIDType§MortgageFundUseRange: TThostFtdcMortgageFundUseRangeType§reserve2: TThostFtdcOldInstrumentIDType§UnderlyingMultiple: TThostFtdcUnderlyingMultipleType§ProductID: TThostFtdcInstrumentIDType§ExchangeProductID: TThostFtdcInstrumentIDType§OpenLimitControlLevel: TThostFtdcOpenLimitControlLevelType§OrderFreqControlLevel: TThostFtdcOrderFreqControlLevelTypeTrait Implementations§
Source§impl Clone for CThostFtdcProductField
impl Clone for CThostFtdcProductField
Source§fn clone(&self) -> CThostFtdcProductField
fn clone(&self) -> CThostFtdcProductField
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 moreSource§impl Debug for CThostFtdcProductField
impl Debug for CThostFtdcProductField
impl Copy for CThostFtdcProductField
Auto Trait Implementations§
impl Freeze for CThostFtdcProductField
impl RefUnwindSafe for CThostFtdcProductField
impl Send for CThostFtdcProductField
impl Sync for CThostFtdcProductField
impl Unpin for CThostFtdcProductField
impl UnwindSafe for CThostFtdcProductField
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