#[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