#[repr(C)]pub struct CThostFtdcQryExchangeExecOrderActionField {
pub ParticipantID: TThostFtdcParticipantIDType,
pub ClientID: TThostFtdcClientIDType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub TraderID: TThostFtdcTraderIDType,
}Expand description
交易所执行宣告操作查询
Fields§
§ParticipantID: TThostFtdcParticipantIDType会员代码
ClientID: TThostFtdcClientIDType客户代码
ExchangeID: TThostFtdcExchangeIDType交易所代码
TraderID: TThostFtdcTraderIDType交易所交易员代码
Trait Implementations§
Source§impl Default for CThostFtdcQryExchangeExecOrderActionField
impl Default for CThostFtdcQryExchangeExecOrderActionField
Source§fn default() -> CThostFtdcQryExchangeExecOrderActionField
fn default() -> CThostFtdcQryExchangeExecOrderActionField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcQryExchangeExecOrderActionField
Auto Trait Implementations§
impl Freeze for CThostFtdcQryExchangeExecOrderActionField
impl RefUnwindSafe for CThostFtdcQryExchangeExecOrderActionField
impl Send for CThostFtdcQryExchangeExecOrderActionField
impl Sync for CThostFtdcQryExchangeExecOrderActionField
impl Unpin for CThostFtdcQryExchangeExecOrderActionField
impl UnwindSafe for CThostFtdcQryExchangeExecOrderActionField
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