#[repr(C)]pub struct CThostFtdcInstrumentOrderCommRateField {
pub InstrumentID: TThostFtdcInstrumentIDType,
pub InvestorRange: TThostFtdcInvestorRangeType,
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub HedgeFlag: TThostFtdcHedgeFlagType,
pub OrderCommByVolume: TThostFtdcRatioType,
pub OrderActionCommByVolume: TThostFtdcRatioType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub InvestUnitID: TThostFtdcInvestUnitIDType,
}Expand description
当前报单手续费的详细内容
Fields§
§InstrumentID: TThostFtdcInstrumentIDType合约代码
InvestorRange: TThostFtdcInvestorRangeType投资者范围
BrokerID: TThostFtdcBrokerIDType经纪公司代码
InvestorID: TThostFtdcInvestorIDType投资者代码
HedgeFlag: TThostFtdcHedgeFlagType投机套保标志
OrderCommByVolume: TThostFtdcRatioType报单手续费
OrderActionCommByVolume: TThostFtdcRatioType撤单手续费
ExchangeID: TThostFtdcExchangeIDType交易所代码
InvestUnitID: TThostFtdcInvestUnitIDType投资单元代码
Trait Implementations§
Source§impl Default for CThostFtdcInstrumentOrderCommRateField
impl Default for CThostFtdcInstrumentOrderCommRateField
Source§fn default() -> CThostFtdcInstrumentOrderCommRateField
fn default() -> CThostFtdcInstrumentOrderCommRateField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcInstrumentOrderCommRateField
Auto Trait Implementations§
impl Freeze for CThostFtdcInstrumentOrderCommRateField
impl RefUnwindSafe for CThostFtdcInstrumentOrderCommRateField
impl Send for CThostFtdcInstrumentOrderCommRateField
impl Sync for CThostFtdcInstrumentOrderCommRateField
impl Unpin for CThostFtdcInstrumentOrderCommRateField
impl UnwindSafe for CThostFtdcInstrumentOrderCommRateField
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