#[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,
}
Expand description
日终文件就绪请求
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: TThostFtdcDigestType
摘要
Trait Implementations§
impl 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