#[repr(C)]pub struct CThostFtdcCombInstrumentGuardField {
pub BrokerID: TThostFtdcBrokerIDType,
pub InstrumentID: TThostFtdcInstrumentIDType,
pub GuarantRatio: TThostFtdcRatioType,
pub ExchangeID: TThostFtdcExchangeIDType,
}
Expand description
组合合约安全系数
Fields§
§BrokerID: TThostFtdcBrokerIDType
经纪公司代码
InstrumentID: TThostFtdcInstrumentIDType
合约代码
GuarantRatio: TThostFtdcRatioType
§ExchangeID: TThostFtdcExchangeIDType
交易所代码
Trait Implementations§
Source§impl Default for CThostFtdcCombInstrumentGuardField
impl Default for CThostFtdcCombInstrumentGuardField
Source§fn default() -> CThostFtdcCombInstrumentGuardField
fn default() -> CThostFtdcCombInstrumentGuardField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcCombInstrumentGuardField
Auto Trait Implementations§
impl Freeze for CThostFtdcCombInstrumentGuardField
impl RefUnwindSafe for CThostFtdcCombInstrumentGuardField
impl Send for CThostFtdcCombInstrumentGuardField
impl Sync for CThostFtdcCombInstrumentGuardField
impl Unpin for CThostFtdcCombInstrumentGuardField
impl UnwindSafe for CThostFtdcCombInstrumentGuardField
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