#[repr(C)]pub struct NotifySyncKeyField {Show 23 fields
pub is_null: bool,
pub TradeCode: String,
pub BankID: String,
pub BankBranchID: String,
pub BrokerID: String,
pub BrokerBranchID: String,
pub TradeDate: String,
pub TradeTime: String,
pub BankSerial: String,
pub TradingDay: String,
pub PlateSerial: i32,
pub LastFragment: u8,
pub SessionID: i32,
pub InstallID: i32,
pub UserID: String,
pub Message: Vec<u8>,
pub DeviceID: String,
pub BrokerIDByBank: Vec<u8>,
pub OperNo: String,
pub RequestID: i32,
pub TID: i32,
pub ErrorID: i32,
pub ErrorMsg: String,
}Expand description
交易核心向银期报盘发出密钥同步处理结果的通知
Fields§
§is_null: boolC++ 端传入的整体 Field 是否为 nullptr
TradeCode: String业务功能码
BankID: String银行代码
BankBranchID: String银行分支机构代码
BrokerID: String期商代码
BrokerBranchID: String期商分支机构代码
TradeDate: String交易日期
TradeTime: String交易时间
BankSerial: String银行流水号
TradingDay: String交易系统日期
PlateSerial: i32银期平台消息流水号
LastFragment: u8最后分片标志
SessionID: i32会话号
InstallID: i32安装编号
UserID: String用户标识
Message: Vec<u8>交易核心给银期报盘的消息
DeviceID: String渠道标志
BrokerIDByBank: Vec<u8>期货公司银行编码
OperNo: String交易柜员
RequestID: i32请求编号
TID: i32交易ID
ErrorID: i32错误代码
ErrorMsg: String错误信息
Trait Implementations§
Source§impl Clone for NotifySyncKeyField
impl Clone for NotifySyncKeyField
Source§impl Debug for NotifySyncKeyField
impl Debug for NotifySyncKeyField
Source§impl Default for NotifySyncKeyField
impl Default for NotifySyncKeyField
Source§impl ExternType for NotifySyncKeyField
impl ExternType for NotifySyncKeyField
Auto Trait Implementations§
impl Freeze for NotifySyncKeyField
impl RefUnwindSafe for NotifySyncKeyField
impl Send for NotifySyncKeyField
impl Sync for NotifySyncKeyField
impl Unpin for NotifySyncKeyField
impl UnsafeUnpin for NotifySyncKeyField
impl UnwindSafe for NotifySyncKeyField
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