#[repr(C)]pub struct NotifyQueryFutureAccountBySecField {Show 44 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 CustomerName: String,
pub IdCardType: u8,
pub IdentifiedCardNo: String,
pub CustType: u8,
pub BankAccount: String,
pub BankPassWord: String,
pub AccountID: String,
pub Password: String,
pub FutureSerial: i32,
pub InstallID: i32,
pub UserID: String,
pub VerifyCertNoFlag: u8,
pub CurrencyID: String,
pub Digest: Vec<u8>,
pub BankAccType: u8,
pub DeviceID: String,
pub BankSecuAccType: u8,
pub BrokerIDByBank: Vec<u8>,
pub BankSecuAcc: Vec<u8>,
pub BankPwdFlag: u8,
pub SecuPwdFlag: u8,
pub OperNo: String,
pub RequestID: i32,
pub TID: i32,
pub BankUseAmount: f64,
pub BankFetchAmount: f64,
pub ErrorID: i32,
pub ErrorMsg: String,
pub LongCustomerName: String,
pub DRIdentityID: i32,
pub SecFutureSerial: i32,
}
Fields§
§is_null: bool
§TradeCode: String
§BankID: String
§BankBranchID: String
§BrokerID: String
§BrokerBranchID: String
§TradeDate: String
§TradeTime: String
§BankSerial: String
§TradingDay: String
§PlateSerial: i32
§LastFragment: u8
§SessionID: i32
§CustomerName: String
§IdCardType: u8
§IdentifiedCardNo: String
§CustType: u8
§BankAccount: String
§BankPassWord: String
§AccountID: String
§Password: String
§FutureSerial: i32
§InstallID: i32
§UserID: String
§VerifyCertNoFlag: u8
§CurrencyID: String
§Digest: Vec<u8>
§BankAccType: u8
§DeviceID: String
§BankSecuAccType: u8
§BrokerIDByBank: Vec<u8>
§BankSecuAcc: Vec<u8>
§BankPwdFlag: u8
§SecuPwdFlag: u8
§OperNo: String
§RequestID: i32
§TID: i32
§BankUseAmount: f64
§BankFetchAmount: f64
§ErrorID: i32
§ErrorMsg: String
§LongCustomerName: String
§DRIdentityID: i32
§SecFutureSerial: i32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NotifyQueryFutureAccountBySecField
impl RefUnwindSafe for NotifyQueryFutureAccountBySecField
impl Send for NotifyQueryFutureAccountBySecField
impl Sync for NotifyQueryFutureAccountBySecField
impl Unpin for NotifyQueryFutureAccountBySecField
impl UnwindSafe for NotifyQueryFutureAccountBySecField
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