#[repr(C)]pub struct CThostFtdcTransferSerialField {Show 28 fields
pub PlateSerial: TThostFtdcPlateSerialType,
pub TradeDate: TThostFtdcTradeDateType,
pub TradingDay: TThostFtdcDateType,
pub TradeTime: TThostFtdcTradeTimeType,
pub TradeCode: TThostFtdcTradeCodeType,
pub SessionID: TThostFtdcSessionIDType,
pub BankID: TThostFtdcBankIDType,
pub BankBranchID: TThostFtdcBankBrchIDType,
pub BankAccType: TThostFtdcBankAccTypeType,
pub BankAccount: TThostFtdcBankAccountType,
pub BankSerial: TThostFtdcBankSerialType,
pub BrokerID: TThostFtdcBrokerIDType,
pub BrokerBranchID: TThostFtdcFutureBranchIDType,
pub FutureAccType: TThostFtdcFutureAccTypeType,
pub AccountID: TThostFtdcAccountIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub FutureSerial: TThostFtdcFutureSerialType,
pub IdCardType: TThostFtdcIdCardTypeType,
pub IdentifiedCardNo: TThostFtdcIdentifiedCardNoType,
pub CurrencyID: TThostFtdcCurrencyIDType,
pub TradeAmount: TThostFtdcTradeAmountType,
pub CustFee: TThostFtdcCustFeeType,
pub BrokerFee: TThostFtdcFutureFeeType,
pub AvailabilityFlag: TThostFtdcAvailabilityFlagType,
pub OperatorCode: TThostFtdcOperatorCodeType,
pub BankNewAccount: TThostFtdcBankAccountType,
pub ErrorID: TThostFtdcErrorIDType,
pub ErrorMsg: TThostFtdcErrorMsgType,
}Fields§
§PlateSerial: TThostFtdcPlateSerialType§TradeDate: TThostFtdcTradeDateType§TradingDay: TThostFtdcDateType§TradeTime: TThostFtdcTradeTimeType§TradeCode: TThostFtdcTradeCodeType§SessionID: TThostFtdcSessionIDType§BankID: TThostFtdcBankIDType§BankBranchID: TThostFtdcBankBrchIDType§BankAccType: TThostFtdcBankAccTypeType§BankAccount: TThostFtdcBankAccountType§BankSerial: TThostFtdcBankSerialType§BrokerID: TThostFtdcBrokerIDType§BrokerBranchID: TThostFtdcFutureBranchIDType§FutureAccType: TThostFtdcFutureAccTypeType§AccountID: TThostFtdcAccountIDType§InvestorID: TThostFtdcInvestorIDType§FutureSerial: TThostFtdcFutureSerialType§IdCardType: TThostFtdcIdCardTypeType§IdentifiedCardNo: TThostFtdcIdentifiedCardNoType§CurrencyID: TThostFtdcCurrencyIDType§TradeAmount: TThostFtdcTradeAmountType§CustFee: TThostFtdcCustFeeType§BrokerFee: TThostFtdcFutureFeeType§AvailabilityFlag: TThostFtdcAvailabilityFlagType§OperatorCode: TThostFtdcOperatorCodeType§BankNewAccount: TThostFtdcBankAccountType§ErrorID: TThostFtdcErrorIDType§ErrorMsg: TThostFtdcErrorMsgTypeTrait Implementations§
Source§impl Clone for CThostFtdcTransferSerialField
impl Clone for CThostFtdcTransferSerialField
Source§fn clone(&self) -> CThostFtdcTransferSerialField
fn clone(&self) -> CThostFtdcTransferSerialField
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 CThostFtdcTransferSerialField
Auto Trait Implementations§
impl Freeze for CThostFtdcTransferSerialField
impl RefUnwindSafe for CThostFtdcTransferSerialField
impl Send for CThostFtdcTransferSerialField
impl Sync for CThostFtdcTransferSerialField
impl Unpin for CThostFtdcTransferSerialField
impl UnwindSafe for CThostFtdcTransferSerialField
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