#[repr(C)]pub struct BrokerWithdrawAlgorithmField {
pub is_null: bool,
pub BrokerID: String,
pub WithdrawAlgorithm: u8,
pub UsingRatio: f64,
pub IncludeCloseProfit: u8,
pub AllWithoutTrade: u8,
pub AvailIncludeCloseProfit: u8,
pub IsBrokerUserEvent: i32,
pub CurrencyID: String,
pub FundMortgageRatio: f64,
pub BalanceAlgorithm: u8,
}Expand description
经纪公司可提资金算法表
Fields§
§is_null: boolC++ 端传入的整体 Field 是否为 nullptr
BrokerID: String经纪公司代码
WithdrawAlgorithm: u8可提资金算法
UsingRatio: f64资金使用率
IncludeCloseProfit: u8可提是否包含平仓盈利
AllWithoutTrade: u8本日无仓且无成交客户是否受可提比例限制
AvailIncludeCloseProfit: u8可用是否包含平仓盈利
IsBrokerUserEvent: i32是否启用用户事件
CurrencyID: String币种代码
FundMortgageRatio: f64货币质押比率
BalanceAlgorithm: u8权益算法
Trait Implementations§
Source§impl Clone for BrokerWithdrawAlgorithmField
impl Clone for BrokerWithdrawAlgorithmField
Source§impl Debug for BrokerWithdrawAlgorithmField
impl Debug for BrokerWithdrawAlgorithmField
Auto Trait Implementations§
impl Freeze for BrokerWithdrawAlgorithmField
impl RefUnwindSafe for BrokerWithdrawAlgorithmField
impl Send for BrokerWithdrawAlgorithmField
impl Sync for BrokerWithdrawAlgorithmField
impl Unpin for BrokerWithdrawAlgorithmField
impl UnsafeUnpin for BrokerWithdrawAlgorithmField
impl UnwindSafe for BrokerWithdrawAlgorithmField
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