#[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 IPAddress: TThostFtdcIPAddressType,
pub MacAddress: TThostFtdcMacAddressType,
}
Expand description
输入批量报单操作
Fields§
§BrokerID: TThostFtdcBrokerIDType
经纪公司代码
InvestorID: TThostFtdcInvestorIDType
投资者代码
OrderActionRef: TThostFtdcOrderActionRefType
报单操作引用
RequestID: TThostFtdcRequestIDType
请求编号
FrontID: TThostFtdcFrontIDType
前置编号
SessionID: TThostFtdcSessionIDType
会话编号
ExchangeID: TThostFtdcExchangeIDType
交易所代码
UserID: TThostFtdcUserIDType
用户代码
InvestUnitID: TThostFtdcInvestUnitIDType
投资单元代码
IPAddress: TThostFtdcIPAddressType
IP地址
MacAddress: TThostFtdcMacAddressType
Mac地址
Trait Implementations§
Source§impl Default for CThostFtdcInputBatchOrderActionField
impl Default for CThostFtdcInputBatchOrderActionField
Source§fn default() -> CThostFtdcInputBatchOrderActionField
fn default() -> CThostFtdcInputBatchOrderActionField
Returns the “default value” for a type. Read more
impl 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