#[repr(C)]pub struct CThostFtdcNotifyFutureSignOutField {Show 23 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 Digest: TThostFtdcDigestType,
pub CurrencyID: TThostFtdcCurrencyIDType,
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用户标识
Digest: TThostFtdcDigestType摘要
CurrencyID: TThostFtdcCurrencyIDType币种代码
DeviceID: TThostFtdcDeviceIDType渠道标志
BrokerIDByBank: TThostFtdcBankCodingForFutureType期货公司银行编码
OperNo: TThostFtdcOperNoType交易柜员
RequestID: TThostFtdcRequestIDType请求编号
TID: TThostFtdcTIDType交易ID
ErrorID: TThostFtdcErrorIDType错误代码
ErrorMsg: TThostFtdcErrorMsgType错误信息
Trait Implementations§
impl Copy for CThostFtdcNotifyFutureSignOutField
Auto Trait Implementations§
impl Freeze for CThostFtdcNotifyFutureSignOutField
impl RefUnwindSafe for CThostFtdcNotifyFutureSignOutField
impl Send for CThostFtdcNotifyFutureSignOutField
impl Sync for CThostFtdcNotifyFutureSignOutField
impl Unpin for CThostFtdcNotifyFutureSignOutField
impl UnwindSafe for CThostFtdcNotifyFutureSignOutField
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