#[repr(C)]pub struct CThostFtdcProductField {Show 17 fields
pub ProductID: TThostFtdcInstrumentIDType,
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 ExchangeProductID: TThostFtdcInstrumentIDType,
pub UnderlyingMultiple: TThostFtdcUnderlyingMultipleType,
}
Expand description
产品
Fields§
§ProductID: TThostFtdcInstrumentIDType
产品代码
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
质押资金可用范围
ExchangeProductID: TThostFtdcInstrumentIDType
交易所产品代码
UnderlyingMultiple: TThostFtdcUnderlyingMultipleType
合约基础商品乘数
Trait Implementations§
Source§impl Clone for CThostFtdcProductField
impl Clone for CThostFtdcProductField
Source§impl Debug for CThostFtdcProductField
impl Debug for CThostFtdcProductField
Source§impl Default for CThostFtdcProductField
impl Default for CThostFtdcProductField
Source§fn default() -> CThostFtdcProductField
fn default() -> CThostFtdcProductField
Returns the “default value” for a type. Read more
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