#[repr(C)]pub struct CThostFtdcBrokerTradingParamsField {
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub MarginPriceType: TThostFtdcMarginPriceTypeType,
pub Algorithm: TThostFtdcAlgorithmType,
pub AvailIncludeCloseProfit: TThostFtdcIncludeCloseProfitType,
pub CurrencyID: TThostFtdcCurrencyIDType,
pub OptionRoyaltyPriceType: TThostFtdcOptionRoyaltyPriceTypeType,
pub AccountID: TThostFtdcAccountIDType,
}Fields§
§BrokerID: TThostFtdcBrokerIDType§InvestorID: TThostFtdcInvestorIDType§MarginPriceType: TThostFtdcMarginPriceTypeType§Algorithm: TThostFtdcAlgorithmType§AvailIncludeCloseProfit: TThostFtdcIncludeCloseProfitType§CurrencyID: TThostFtdcCurrencyIDType§OptionRoyaltyPriceType: TThostFtdcOptionRoyaltyPriceTypeType§AccountID: TThostFtdcAccountIDTypeTrait Implementations§
Source§impl Clone for CThostFtdcBrokerTradingParamsField
impl Clone for CThostFtdcBrokerTradingParamsField
Source§fn clone(&self) -> CThostFtdcBrokerTradingParamsField
fn clone(&self) -> CThostFtdcBrokerTradingParamsField
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 CThostFtdcBrokerTradingParamsField
Auto Trait Implementations§
impl Freeze for CThostFtdcBrokerTradingParamsField
impl RefUnwindSafe for CThostFtdcBrokerTradingParamsField
impl Send for CThostFtdcBrokerTradingParamsField
impl Sync for CThostFtdcBrokerTradingParamsField
impl Unpin for CThostFtdcBrokerTradingParamsField
impl UnwindSafe for CThostFtdcBrokerTradingParamsField
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