#[repr(C)]pub struct CThostFtdcContractBankField {
pub BrokerID: TThostFtdcBrokerIDType,
pub BankID: TThostFtdcBankIDType,
pub BankBrchID: TThostFtdcBankBrchIDType,
pub BankName: TThostFtdcBankNameType,
}
Expand description
查询签约银行响应
Fields§
§BrokerID: TThostFtdcBrokerIDType
经纪公司代码
BankID: TThostFtdcBankIDType
银行代码
BankBrchID: TThostFtdcBankBrchIDType
银行分中心代码
BankName: TThostFtdcBankNameType
银行名称
Trait Implementations§
Source§impl Clone for CThostFtdcContractBankField
impl Clone for CThostFtdcContractBankField
impl Copy for CThostFtdcContractBankField
Auto Trait Implementations§
impl Freeze for CThostFtdcContractBankField
impl RefUnwindSafe for CThostFtdcContractBankField
impl Send for CThostFtdcContractBankField
impl Sync for CThostFtdcContractBankField
impl Unpin for CThostFtdcContractBankField
impl UnwindSafe for CThostFtdcContractBankField
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