#[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,
}
Expand description
经纪公司交易参数
Fields§
§BrokerID: TThostFtdcBrokerIDType
经纪公司代码
InvestorID: TThostFtdcInvestorIDType
投资者代码
MarginPriceType: TThostFtdcMarginPriceTypeType
保证金价格类型
Algorithm: TThostFtdcAlgorithmType
盈亏算法
AvailIncludeCloseProfit: TThostFtdcIncludeCloseProfitType
可用是否包含平仓盈利
CurrencyID: TThostFtdcCurrencyIDType
币种代码
OptionRoyaltyPriceType: TThostFtdcOptionRoyaltyPriceTypeType
期权权利金价格类型
AccountID: TThostFtdcAccountIDType
投资者帐号
Trait Implementations§
Source§impl Default for CThostFtdcBrokerTradingParamsField
impl Default for CThostFtdcBrokerTradingParamsField
Source§fn default() -> CThostFtdcBrokerTradingParamsField
fn default() -> CThostFtdcBrokerTradingParamsField
Returns the “default value” for a type. Read more
impl 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