#[repr(C)]pub struct CThostFtdcInstrumentCommissionRateField {Show 13 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 ExchangeID: TThostFtdcExchangeIDType,
pub BizType: TThostFtdcBizTypeType,
pub InvestUnitID: TThostFtdcInvestUnitIDType,
}Expand description
合约手续费率
Fields§
§InstrumentID: TThostFtdcInstrumentIDType合约代码
InvestorRange: TThostFtdcInvestorRangeType投资者范围
BrokerID: TThostFtdcBrokerIDType经纪公司代码
InvestorID: TThostFtdcInvestorIDType投资者代码
OpenRatioByMoney: TThostFtdcRatioType开仓手续费率
OpenRatioByVolume: TThostFtdcRatioType开仓手续费
CloseRatioByMoney: TThostFtdcRatioType平仓手续费率
CloseRatioByVolume: TThostFtdcRatioType平仓手续费
CloseTodayRatioByMoney: TThostFtdcRatioType平今手续费率
CloseTodayRatioByVolume: TThostFtdcRatioType平今手续费
ExchangeID: TThostFtdcExchangeIDType交易所代码
BizType: TThostFtdcBizTypeType业务类型
InvestUnitID: TThostFtdcInvestUnitIDType投资单元代码
Trait Implementations§
Source§impl Default for CThostFtdcInstrumentCommissionRateField
impl Default for CThostFtdcInstrumentCommissionRateField
Source§fn default() -> CThostFtdcInstrumentCommissionRateField
fn default() -> CThostFtdcInstrumentCommissionRateField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcInstrumentCommissionRateField
Auto Trait Implementations§
impl Freeze for CThostFtdcInstrumentCommissionRateField
impl RefUnwindSafe for CThostFtdcInstrumentCommissionRateField
impl Send for CThostFtdcInstrumentCommissionRateField
impl Sync for CThostFtdcInstrumentCommissionRateField
impl Unpin for CThostFtdcInstrumentCommissionRateField
impl UnwindSafe for CThostFtdcInstrumentCommissionRateField
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