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