#[repr(C)]pub struct NotifyFutureSignOutField {Show 24 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 Digest: Vec<u8>,
pub CurrencyID: String,
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用户标识
Digest: Vec<u8>摘要
CurrencyID: String币种代码
DeviceID: String渠道标志
BrokerIDByBank: Vec<u8>期货公司银行编码
OperNo: String交易柜员
RequestID: i32请求编号
TID: i32交易ID
ErrorID: i32错误代码
ErrorMsg: String错误信息
Trait Implementations§
Source§impl Clone for NotifyFutureSignOutField
impl Clone for NotifyFutureSignOutField
Source§impl Debug for NotifyFutureSignOutField
impl Debug for NotifyFutureSignOutField
Source§impl Default for NotifyFutureSignOutField
impl Default for NotifyFutureSignOutField
Auto Trait Implementations§
impl Freeze for NotifyFutureSignOutField
impl RefUnwindSafe for NotifyFutureSignOutField
impl Send for NotifyFutureSignOutField
impl Sync for NotifyFutureSignOutField
impl Unpin for NotifyFutureSignOutField
impl UnsafeUnpin for NotifyFutureSignOutField
impl UnwindSafe for NotifyFutureSignOutField
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