#[repr(C)]pub struct CThostFtdcOptionInstrCommRateField {Show 14 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 StrikeRatioByMoney: TThostFtdcRatioType,
pub StrikeRatioByVolume: TThostFtdcRatioType,
pub ExchangeID: TThostFtdcExchangeIDType,
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
平今手续费
StrikeRatioByMoney: TThostFtdcRatioType
执行手续费率
StrikeRatioByVolume: TThostFtdcRatioType
执行手续费
ExchangeID: TThostFtdcExchangeIDType
交易所代码
InvestUnitID: TThostFtdcInvestUnitIDType
投资单元代码
Trait Implementations§
Source§impl Default for CThostFtdcOptionInstrCommRateField
impl Default for CThostFtdcOptionInstrCommRateField
Source§fn default() -> CThostFtdcOptionInstrCommRateField
fn default() -> CThostFtdcOptionInstrCommRateField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcOptionInstrCommRateField
Auto Trait Implementations§
impl Freeze for CThostFtdcOptionInstrCommRateField
impl RefUnwindSafe for CThostFtdcOptionInstrCommRateField
impl Send for CThostFtdcOptionInstrCommRateField
impl Sync for CThostFtdcOptionInstrCommRateField
impl Unpin for CThostFtdcOptionInstrCommRateField
impl UnwindSafe for CThostFtdcOptionInstrCommRateField
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