#[repr(C)]pub struct RspSyncKeyField {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 RspSyncKeyField
impl Clone for RspSyncKeyField
Source§impl Debug for RspSyncKeyField
impl Debug for RspSyncKeyField
Source§impl Default for RspSyncKeyField
impl Default for RspSyncKeyField
Source§impl ExternType for RspSyncKeyField
impl ExternType for RspSyncKeyField
Auto Trait Implementations§
impl Freeze for RspSyncKeyField
impl RefUnwindSafe for RspSyncKeyField
impl Send for RspSyncKeyField
impl Sync for RspSyncKeyField
impl Unpin for RspSyncKeyField
impl UnsafeUnpin for RspSyncKeyField
impl UnwindSafe for RspSyncKeyField
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