#[repr(C)]pub struct CThostFtdcPositionProfitAlgorithmField {
pub BrokerID: TThostFtdcBrokerIDType,
pub AccountID: TThostFtdcAccountIDType,
pub Algorithm: TThostFtdcAlgorithmType,
pub Memo: TThostFtdcMemoType,
pub CurrencyID: TThostFtdcCurrencyIDType,
}
Expand description
浮动盈亏算法
Fields§
§BrokerID: TThostFtdcBrokerIDType
经纪公司代码
AccountID: TThostFtdcAccountIDType
投资者帐号
Algorithm: TThostFtdcAlgorithmType
盈亏算法
Memo: TThostFtdcMemoType
备注
CurrencyID: TThostFtdcCurrencyIDType
币种代码
Trait Implementations§
impl Copy for CThostFtdcPositionProfitAlgorithmField
Auto Trait Implementations§
impl Freeze for CThostFtdcPositionProfitAlgorithmField
impl RefUnwindSafe for CThostFtdcPositionProfitAlgorithmField
impl Send for CThostFtdcPositionProfitAlgorithmField
impl Sync for CThostFtdcPositionProfitAlgorithmField
impl Unpin for CThostFtdcPositionProfitAlgorithmField
impl UnwindSafe for CThostFtdcPositionProfitAlgorithmField
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