#[repr(C)]pub struct CThostFtdcQryCombinationLegField {
pub CombInstrumentID: TThostFtdcInstrumentIDType,
pub LegID: TThostFtdcLegIDType,
pub LegInstrumentID: TThostFtdcInstrumentIDType,
}
Expand description
查询组合合约分腿
Fields§
§CombInstrumentID: TThostFtdcInstrumentIDType
组合合约代码
LegID: TThostFtdcLegIDType
单腿编号
LegInstrumentID: TThostFtdcInstrumentIDType
单腿合约代码
Trait Implementations§
Source§impl Default for CThostFtdcQryCombinationLegField
impl Default for CThostFtdcQryCombinationLegField
Source§fn default() -> CThostFtdcQryCombinationLegField
fn default() -> CThostFtdcQryCombinationLegField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcQryCombinationLegField
Auto Trait Implementations§
impl Freeze for CThostFtdcQryCombinationLegField
impl RefUnwindSafe for CThostFtdcQryCombinationLegField
impl Send for CThostFtdcQryCombinationLegField
impl Sync for CThostFtdcQryCombinationLegField
impl Unpin for CThostFtdcQryCombinationLegField
impl UnwindSafe for CThostFtdcQryCombinationLegField
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