#[repr(C)]pub struct CThostFtdcTradeParamField {
pub BrokerID: TThostFtdcBrokerIDType,
pub TradeParamID: TThostFtdcTradeParamIDType,
pub TradeParamValue: TThostFtdcSettlementParamValueType,
pub Memo: TThostFtdcMemoType,
}Fields§
§BrokerID: TThostFtdcBrokerIDType§TradeParamID: TThostFtdcTradeParamIDType§TradeParamValue: TThostFtdcSettlementParamValueType§Memo: TThostFtdcMemoTypeTrait Implementations§
Source§impl Clone for CThostFtdcTradeParamField
impl Clone for CThostFtdcTradeParamField
Source§fn clone(&self) -> CThostFtdcTradeParamField
fn clone(&self) -> CThostFtdcTradeParamField
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 moreSource§impl Debug for CThostFtdcTradeParamField
impl Debug 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