#[repr(C)]pub struct InvestorWithdrawAlgorithmField {
pub is_null: bool,
pub BrokerID: String,
pub InvestorRange: u8,
pub InvestorID: String,
pub UsingRatio: f64,
pub CurrencyID: String,
pub FundMortgageRatio: f64,
}Expand description
经纪公司可提资金算法表
Fields§
§is_null: boolC++ 端传入的整体 Field 是否为 nullptr
BrokerID: String经纪公司代码
InvestorRange: u8投资者范围
InvestorID: String投资者代码
UsingRatio: f64可提资金比例
CurrencyID: String币种代码
FundMortgageRatio: f64货币质押比率
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InvestorWithdrawAlgorithmField
impl RefUnwindSafe for InvestorWithdrawAlgorithmField
impl Send for InvestorWithdrawAlgorithmField
impl Sync for InvestorWithdrawAlgorithmField
impl Unpin for InvestorWithdrawAlgorithmField
impl UnsafeUnpin for InvestorWithdrawAlgorithmField
impl UnwindSafe for InvestorWithdrawAlgorithmField
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