#[repr(C)]pub struct CThostFtdcBrokerWithdrawAlgorithmField {
pub BrokerID: TThostFtdcBrokerIDType,
pub WithdrawAlgorithm: TThostFtdcAlgorithmType,
pub UsingRatio: TThostFtdcRatioType,
pub IncludeCloseProfit: TThostFtdcIncludeCloseProfitType,
pub AllWithoutTrade: TThostFtdcAllWithoutTradeType,
pub AvailIncludeCloseProfit: TThostFtdcIncludeCloseProfitType,
pub IsBrokerUserEvent: TThostFtdcBoolType,
pub CurrencyID: TThostFtdcCurrencyIDType,
pub FundMortgageRatio: TThostFtdcRatioType,
pub BalanceAlgorithm: TThostFtdcBalanceAlgorithmType,
}Expand description
经纪公司可提资金算法表
Fields§
§BrokerID: TThostFtdcBrokerIDType经纪公司代码
WithdrawAlgorithm: TThostFtdcAlgorithmType可提资金算法
UsingRatio: TThostFtdcRatioType资金使用率
IncludeCloseProfit: TThostFtdcIncludeCloseProfitType可提是否包含平仓盈利
AllWithoutTrade: TThostFtdcAllWithoutTradeType本日无仓且无成交客户是否受可提比例限制
AvailIncludeCloseProfit: TThostFtdcIncludeCloseProfitType可用是否包含平仓盈利
IsBrokerUserEvent: TThostFtdcBoolType是否启用用户事件
CurrencyID: TThostFtdcCurrencyIDType币种代码
FundMortgageRatio: TThostFtdcRatioType货币质押比率
BalanceAlgorithm: TThostFtdcBalanceAlgorithmType权益算法
Trait Implementations§
Source§impl Default for CThostFtdcBrokerWithdrawAlgorithmField
impl Default for CThostFtdcBrokerWithdrawAlgorithmField
Source§fn default() -> CThostFtdcBrokerWithdrawAlgorithmField
fn default() -> CThostFtdcBrokerWithdrawAlgorithmField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcBrokerWithdrawAlgorithmField
Auto Trait Implementations§
impl Freeze for CThostFtdcBrokerWithdrawAlgorithmField
impl RefUnwindSafe for CThostFtdcBrokerWithdrawAlgorithmField
impl Send for CThostFtdcBrokerWithdrawAlgorithmField
impl Sync for CThostFtdcBrokerWithdrawAlgorithmField
impl Unpin for CThostFtdcBrokerWithdrawAlgorithmField
impl UnwindSafe for CThostFtdcBrokerWithdrawAlgorithmField
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