#[repr(C)]pub struct CThostFtdcQryTransferSerialField {
pub BrokerID: TThostFtdcBrokerIDType,
pub AccountID: TThostFtdcAccountIDType,
pub BankID: TThostFtdcBankIDType,
pub CurrencyID: TThostFtdcCurrencyIDType,
}
Expand description
请求查询转帐流水
Fields§
§BrokerID: TThostFtdcBrokerIDType
经纪公司代码
AccountID: TThostFtdcAccountIDType
投资者帐号
BankID: TThostFtdcBankIDType
银行编码
CurrencyID: TThostFtdcCurrencyIDType
币种代码
Trait Implementations§
Source§impl Default for CThostFtdcQryTransferSerialField
impl Default for CThostFtdcQryTransferSerialField
Source§fn default() -> CThostFtdcQryTransferSerialField
fn default() -> CThostFtdcQryTransferSerialField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcQryTransferSerialField
Auto Trait Implementations§
impl Freeze for CThostFtdcQryTransferSerialField
impl RefUnwindSafe for CThostFtdcQryTransferSerialField
impl Send for CThostFtdcQryTransferSerialField
impl Sync for CThostFtdcQryTransferSerialField
impl Unpin for CThostFtdcQryTransferSerialField
impl UnwindSafe for CThostFtdcQryTransferSerialField
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