#[repr(C)]pub struct CThostFtdcTradeParamField {
pub BrokerID: TThostFtdcBrokerIDType,
pub TradeParamID: TThostFtdcTradeParamIDType,
pub TradeParamValue: TThostFtdcSettlementParamValueType,
pub Memo: TThostFtdcMemoType,
}
Expand description
交易参数
Fields§
§BrokerID: TThostFtdcBrokerIDType
经纪公司代码
TradeParamID: TThostFtdcTradeParamIDType
参数代码
TradeParamValue: TThostFtdcSettlementParamValueType
参数代码值
Memo: TThostFtdcMemoType
备注
Trait Implementations§
Source§impl Clone for CThostFtdcTradeParamField
impl Clone for CThostFtdcTradeParamField
Source§impl Default for CThostFtdcTradeParamField
impl Default for CThostFtdcTradeParamField
impl Copy for CThostFtdcTradeParamField
Auto Trait Implementations§
impl Freeze for CThostFtdcTradeParamField
impl RefUnwindSafe for CThostFtdcTradeParamField
impl Send for CThostFtdcTradeParamField
impl Sync for CThostFtdcTradeParamField
impl Unpin for CThostFtdcTradeParamField
impl UnwindSafe for CThostFtdcTradeParamField
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