#[repr(C)]pub struct CThostFtdcInputBatchOrderActionField {
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub OrderActionRef: TThostFtdcOrderActionRefType,
pub RequestID: TThostFtdcRequestIDType,
pub FrontID: TThostFtdcFrontIDType,
pub SessionID: TThostFtdcSessionIDType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub UserID: TThostFtdcUserIDType,
pub InvestUnitID: TThostFtdcInvestUnitIDType,
pub reserve1: TThostFtdcOldIPAddressType,
pub MacAddress: TThostFtdcMacAddressType,
pub IPAddress: TThostFtdcIPAddressType,
}Fields§
§BrokerID: TThostFtdcBrokerIDType§InvestorID: TThostFtdcInvestorIDType§OrderActionRef: TThostFtdcOrderActionRefType§RequestID: TThostFtdcRequestIDType§FrontID: TThostFtdcFrontIDType§SessionID: TThostFtdcSessionIDType§ExchangeID: TThostFtdcExchangeIDType§UserID: TThostFtdcUserIDType§InvestUnitID: TThostFtdcInvestUnitIDType§reserve1: TThostFtdcOldIPAddressType§MacAddress: TThostFtdcMacAddressType§IPAddress: TThostFtdcIPAddressTypeTrait Implementations§
Source§impl Clone for CThostFtdcInputBatchOrderActionField
impl Clone for CThostFtdcInputBatchOrderActionField
Source§fn clone(&self) -> CThostFtdcInputBatchOrderActionField
fn clone(&self) -> CThostFtdcInputBatchOrderActionField
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CThostFtdcInputBatchOrderActionField
Auto Trait Implementations§
impl Freeze for CThostFtdcInputBatchOrderActionField
impl RefUnwindSafe for CThostFtdcInputBatchOrderActionField
impl Send for CThostFtdcInputBatchOrderActionField
impl Sync for CThostFtdcInputBatchOrderActionField
impl Unpin for CThostFtdcInputBatchOrderActionField
impl UnwindSafe for CThostFtdcInputBatchOrderActionField
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