#[repr(C)]pub struct BrokerDepositField {Show 14 fields
pub is_null: bool,
pub TradingDay: String,
pub BrokerID: String,
pub ParticipantID: String,
pub ExchangeID: String,
pub PreBalance: f64,
pub CurrMargin: f64,
pub CloseProfit: f64,
pub Balance: f64,
pub Deposit: f64,
pub Withdraw: f64,
pub Available: f64,
pub Reserve: f64,
pub FrozenMargin: f64,
}Fields§
§is_null: bool§TradingDay: String§BrokerID: String§ParticipantID: String§ExchangeID: String§PreBalance: f64§CurrMargin: f64§CloseProfit: f64§Balance: f64§Deposit: f64§Withdraw: f64§Available: f64§Reserve: f64§FrozenMargin: f64Trait Implementations§
Source§impl Clone for BrokerDepositField
impl Clone for BrokerDepositField
Source§impl Debug for BrokerDepositField
impl Debug for BrokerDepositField
Source§impl Default for BrokerDepositField
impl Default for BrokerDepositField
Source§impl ExternType for BrokerDepositField
impl ExternType for BrokerDepositField
Auto Trait Implementations§
impl Freeze for BrokerDepositField
impl RefUnwindSafe for BrokerDepositField
impl Send for BrokerDepositField
impl Sync for BrokerDepositField
impl Unpin for BrokerDepositField
impl UnwindSafe for BrokerDepositField
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