#[repr(C)]pub struct CThostFtdcQryExecOrderActionField {
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub ExchangeID: TThostFtdcExchangeIDType,
}
Expand description
执行宣告操作查询
Fields§
§BrokerID: TThostFtdcBrokerIDType
经纪公司代码
InvestorID: TThostFtdcInvestorIDType
投资者代码
ExchangeID: TThostFtdcExchangeIDType
交易所代码
Trait Implementations§
Source§impl Default for CThostFtdcQryExecOrderActionField
impl Default for CThostFtdcQryExecOrderActionField
Source§fn default() -> CThostFtdcQryExecOrderActionField
fn default() -> CThostFtdcQryExecOrderActionField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcQryExecOrderActionField
Auto Trait Implementations§
impl Freeze for CThostFtdcQryExecOrderActionField
impl RefUnwindSafe for CThostFtdcQryExecOrderActionField
impl Send for CThostFtdcQryExecOrderActionField
impl Sync for CThostFtdcQryExecOrderActionField
impl Unpin for CThostFtdcQryExecOrderActionField
impl UnwindSafe for CThostFtdcQryExecOrderActionField
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