#[repr(C)]pub struct CThostFtdcReqDayEndFileReadyField {Show 14 fields
pub TradeCode: TThostFtdcTradeCodeType,
pub BankID: TThostFtdcBankIDType,
pub BankBranchID: TThostFtdcBankBrchIDType,
pub BrokerID: TThostFtdcBrokerIDType,
pub BrokerBranchID: TThostFtdcFutureBranchIDType,
pub TradeDate: TThostFtdcTradeDateType,
pub TradeTime: TThostFtdcTradeTimeType,
pub BankSerial: TThostFtdcBankSerialType,
pub TradingDay: TThostFtdcTradeDateType,
pub PlateSerial: TThostFtdcSerialType,
pub LastFragment: TThostFtdcLastFragmentType,
pub SessionID: TThostFtdcSessionIDType,
pub FileBusinessCode: TThostFtdcFileBusinessCodeType,
pub Digest: TThostFtdcDigestType,
}Fields§
§TradeCode: TThostFtdcTradeCodeType§BankID: TThostFtdcBankIDType§BankBranchID: TThostFtdcBankBrchIDType§BrokerID: TThostFtdcBrokerIDType§BrokerBranchID: TThostFtdcFutureBranchIDType§TradeDate: TThostFtdcTradeDateType§TradeTime: TThostFtdcTradeTimeType§BankSerial: TThostFtdcBankSerialType§TradingDay: TThostFtdcTradeDateType§PlateSerial: TThostFtdcSerialType§LastFragment: TThostFtdcLastFragmentType§SessionID: TThostFtdcSessionIDType§FileBusinessCode: TThostFtdcFileBusinessCodeType§Digest: TThostFtdcDigestTypeTrait Implementations§
Source§impl Clone for CThostFtdcReqDayEndFileReadyField
impl Clone for CThostFtdcReqDayEndFileReadyField
Source§fn clone(&self) -> CThostFtdcReqDayEndFileReadyField
fn clone(&self) -> CThostFtdcReqDayEndFileReadyField
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CThostFtdcReqDayEndFileReadyField
Auto Trait Implementations§
impl Freeze for CThostFtdcReqDayEndFileReadyField
impl RefUnwindSafe for CThostFtdcReqDayEndFileReadyField
impl Send for CThostFtdcReqDayEndFileReadyField
impl Sync for CThostFtdcReqDayEndFileReadyField
impl Unpin for CThostFtdcReqDayEndFileReadyField
impl UnwindSafe for CThostFtdcReqDayEndFileReadyField
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