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