#[repr(C)]pub struct CThostFtdcLoadSettlementInfoField {
pub BrokerID: TThostFtdcBrokerIDType,
}
Expand description
装载结算信息
Fields§
§BrokerID: TThostFtdcBrokerIDType
经纪公司代码
Trait Implementations§
Source§impl Default for CThostFtdcLoadSettlementInfoField
impl Default for CThostFtdcLoadSettlementInfoField
Source§fn default() -> CThostFtdcLoadSettlementInfoField
fn default() -> CThostFtdcLoadSettlementInfoField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcLoadSettlementInfoField
Auto Trait Implementations§
impl Freeze for CThostFtdcLoadSettlementInfoField
impl RefUnwindSafe for CThostFtdcLoadSettlementInfoField
impl Send for CThostFtdcLoadSettlementInfoField
impl Sync for CThostFtdcLoadSettlementInfoField
impl Unpin for CThostFtdcLoadSettlementInfoField
impl UnwindSafe for CThostFtdcLoadSettlementInfoField
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