#[repr(C)]pub struct CombInstrumentGuardField {
pub is_null: bool,
pub BrokerID: String,
pub GuarantRatio: f64,
pub ExchangeID: String,
pub InstrumentID: String,
}Expand description
组合合约安全系数
Fields§
§is_null: boolC++ 端传入的整体 Field 是否为 nullptr
BrokerID: String经纪公司代码
GuarantRatio: f64§ExchangeID: String交易所代码
InstrumentID: String合约代码
Trait Implementations§
Source§impl Clone for CombInstrumentGuardField
impl Clone for CombInstrumentGuardField
Source§impl Debug for CombInstrumentGuardField
impl Debug for CombInstrumentGuardField
Source§impl Default for CombInstrumentGuardField
impl Default for CombInstrumentGuardField
Auto Trait Implementations§
impl Freeze for CombInstrumentGuardField
impl RefUnwindSafe for CombInstrumentGuardField
impl Send for CombInstrumentGuardField
impl Sync for CombInstrumentGuardField
impl Unpin for CombInstrumentGuardField
impl UnsafeUnpin for CombInstrumentGuardField
impl UnwindSafe for CombInstrumentGuardField
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