#[repr(C)]pub struct CThostFtdcTransferBankToFutureReqField {
pub FutureAccount: TThostFtdcAccountIDType,
pub FuturePwdFlag: TThostFtdcFuturePwdFlagType,
pub FutureAccPwd: TThostFtdcFutureAccPwdType,
pub TradeAmt: TThostFtdcMoneyType,
pub CustFee: TThostFtdcMoneyType,
pub CurrencyCode: TThostFtdcCurrencyCodeType,
}
Expand description
银行资金转期货请求,TradeCode=202001
Fields§
§FutureAccount: TThostFtdcAccountIDType
期货资金账户
FuturePwdFlag: TThostFtdcFuturePwdFlagType
密码标志
FutureAccPwd: TThostFtdcFutureAccPwdType
密码
TradeAmt: TThostFtdcMoneyType
转账金额
CustFee: TThostFtdcMoneyType
客户手续费
CurrencyCode: TThostFtdcCurrencyCodeType
币种:RMB-人民币 USD-美圆 HKD-港元
Trait Implementations§
Source§impl Default for CThostFtdcTransferBankToFutureReqField
impl Default for CThostFtdcTransferBankToFutureReqField
Source§fn default() -> CThostFtdcTransferBankToFutureReqField
fn default() -> CThostFtdcTransferBankToFutureReqField
Returns the “default value” for a type. Read more
impl 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