#[repr(C)]pub struct CThostFtdcSyncDepositField {
pub DepositSeqNo: TThostFtdcDepositSeqNoType,
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub Deposit: TThostFtdcMoneyType,
pub IsForce: TThostFtdcBoolType,
pub CurrencyID: TThostFtdcCurrencyIDType,
}
Expand description
出入金同步
Fields§
§DepositSeqNo: TThostFtdcDepositSeqNoType
出入金流水号
BrokerID: TThostFtdcBrokerIDType
经纪公司代码
InvestorID: TThostFtdcInvestorIDType
投资者代码
Deposit: TThostFtdcMoneyType
入金金额
IsForce: TThostFtdcBoolType
是否强制进行
CurrencyID: TThostFtdcCurrencyIDType
币种代码
Trait Implementations§
Source§impl Clone for CThostFtdcSyncDepositField
impl Clone for CThostFtdcSyncDepositField
Source§impl Default for CThostFtdcSyncDepositField
impl Default for CThostFtdcSyncDepositField
Source§fn default() -> CThostFtdcSyncDepositField
fn default() -> CThostFtdcSyncDepositField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcSyncDepositField
Auto Trait Implementations§
impl Freeze for CThostFtdcSyncDepositField
impl RefUnwindSafe for CThostFtdcSyncDepositField
impl Send for CThostFtdcSyncDepositField
impl Sync for CThostFtdcSyncDepositField
impl Unpin for CThostFtdcSyncDepositField
impl UnwindSafe for CThostFtdcSyncDepositField
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