#[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