#[repr(C)]pub struct CThostFtdcRemoveParkedOrderField {
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub ParkedOrderID: TThostFtdcParkedOrderIDType,
pub InvestUnitID: TThostFtdcInvestUnitIDType,
}
Expand description
删除预埋单
Fields§
§BrokerID: TThostFtdcBrokerIDType
经纪公司代码
InvestorID: TThostFtdcInvestorIDType
投资者代码
ParkedOrderID: TThostFtdcParkedOrderIDType
预埋报单编号
InvestUnitID: TThostFtdcInvestUnitIDType
投资单元代码
Trait Implementations§
Source§impl Default for CThostFtdcRemoveParkedOrderField
impl Default for CThostFtdcRemoveParkedOrderField
Source§fn default() -> CThostFtdcRemoveParkedOrderField
fn default() -> CThostFtdcRemoveParkedOrderField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcRemoveParkedOrderField
Auto Trait Implementations§
impl Freeze for CThostFtdcRemoveParkedOrderField
impl RefUnwindSafe for CThostFtdcRemoveParkedOrderField
impl Send for CThostFtdcRemoveParkedOrderField
impl Sync for CThostFtdcRemoveParkedOrderField
impl Unpin for CThostFtdcRemoveParkedOrderField
impl UnwindSafe for CThostFtdcRemoveParkedOrderField
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