#[repr(C)]pub struct CThostFtdcSettlementRefField {
pub TradingDay: TThostFtdcDateType,
pub SettlementID: TThostFtdcSettlementIDType,
}
Expand description
结算引用
Fields§
§TradingDay: TThostFtdcDateType
交易日
SettlementID: TThostFtdcSettlementIDType
结算编号
Trait Implementations§
Source§impl Clone for CThostFtdcSettlementRefField
impl Clone for CThostFtdcSettlementRefField
Source§impl Default for CThostFtdcSettlementRefField
impl Default for CThostFtdcSettlementRefField
Source§fn default() -> CThostFtdcSettlementRefField
fn default() -> CThostFtdcSettlementRefField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcSettlementRefField
Auto Trait Implementations§
impl Freeze for CThostFtdcSettlementRefField
impl RefUnwindSafe for CThostFtdcSettlementRefField
impl Send for CThostFtdcSettlementRefField
impl Sync for CThostFtdcSettlementRefField
impl Unpin for CThostFtdcSettlementRefField
impl UnwindSafe for CThostFtdcSettlementRefField
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