#[repr(C)]pub struct CThostFtdcTransferBankToFutureReqField {
pub FutureAccount: TThostFtdcAccountIDType,
pub FuturePwdFlag: TThostFtdcFuturePwdFlagType,
pub FutureAccPwd: TThostFtdcFutureAccPwdType,
pub TradeAmt: TThostFtdcMoneyType,
pub CustFee: TThostFtdcMoneyType,
pub CurrencyCode: TThostFtdcCurrencyCodeType,
}Fields§
§FutureAccount: TThostFtdcAccountIDType§FuturePwdFlag: TThostFtdcFuturePwdFlagType§FutureAccPwd: TThostFtdcFutureAccPwdType§TradeAmt: TThostFtdcMoneyType§CustFee: TThostFtdcMoneyType§CurrencyCode: TThostFtdcCurrencyCodeTypeTrait Implementations§
Source§impl Clone for CThostFtdcTransferBankToFutureReqField
impl Clone for CThostFtdcTransferBankToFutureReqField
Source§fn clone(&self) -> CThostFtdcTransferBankToFutureReqField
fn clone(&self) -> CThostFtdcTransferBankToFutureReqField
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CThostFtdcTransferBankToFutureReqField
Auto Trait Implementations§
impl Freeze for CThostFtdcTransferBankToFutureReqField
impl RefUnwindSafe for CThostFtdcTransferBankToFutureReqField
impl Send for CThostFtdcTransferBankToFutureReqField
impl Sync for CThostFtdcTransferBankToFutureReqField
impl Unpin for CThostFtdcTransferBankToFutureReqField
impl UnwindSafe for CThostFtdcTransferBankToFutureReqField
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