#[repr(C)]pub struct CThostFtdcRspSyncKeyField {Show 22 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 InstallID: TThostFtdcInstallIDType,
pub UserID: TThostFtdcUserIDType,
pub Message: TThostFtdcAddInfoType,
pub DeviceID: TThostFtdcDeviceIDType,
pub BrokerIDByBank: TThostFtdcBankCodingForFutureType,
pub OperNo: TThostFtdcOperNoType,
pub RequestID: TThostFtdcRequestIDType,
pub TID: TThostFtdcTIDType,
pub ErrorID: TThostFtdcErrorIDType,
pub ErrorMsg: TThostFtdcErrorMsgType,
}
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
会话号
InstallID: TThostFtdcInstallIDType
安装编号
UserID: TThostFtdcUserIDType
用户标识
Message: TThostFtdcAddInfoType
交易核心给银期报盘的消息
DeviceID: TThostFtdcDeviceIDType
渠道标志
BrokerIDByBank: TThostFtdcBankCodingForFutureType
期货公司银行编码
OperNo: TThostFtdcOperNoType
交易柜员
RequestID: TThostFtdcRequestIDType
请求编号
TID: TThostFtdcTIDType
交易ID
ErrorID: TThostFtdcErrorIDType
错误代码
ErrorMsg: TThostFtdcErrorMsgType
错误信息
Trait Implementations§
Source§impl Clone for CThostFtdcRspSyncKeyField
impl Clone for CThostFtdcRspSyncKeyField
Source§impl Default for CThostFtdcRspSyncKeyField
impl Default for CThostFtdcRspSyncKeyField
impl Copy for CThostFtdcRspSyncKeyField
Auto Trait Implementations§
impl Freeze for CThostFtdcRspSyncKeyField
impl RefUnwindSafe for CThostFtdcRspSyncKeyField
impl Send for CThostFtdcRspSyncKeyField
impl Sync for CThostFtdcRspSyncKeyField
impl Unpin for CThostFtdcRspSyncKeyField
impl UnwindSafe for CThostFtdcRspSyncKeyField
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