#[repr(C)]pub struct BrokerTradingParamsField {
pub is_null: bool,
pub BrokerID: String,
pub InvestorID: String,
pub MarginPriceType: u8,
pub Algorithm: u8,
pub AvailIncludeCloseProfit: u8,
pub CurrencyID: String,
pub OptionRoyaltyPriceType: u8,
pub AccountID: String,
}
Fields§
§is_null: bool
§BrokerID: String
§InvestorID: String
§MarginPriceType: u8
§Algorithm: u8
§AvailIncludeCloseProfit: u8
§CurrencyID: String
§OptionRoyaltyPriceType: u8
§AccountID: String
Trait Implementations§
Source§impl Clone for BrokerTradingParamsField
impl Clone for BrokerTradingParamsField
Source§impl Debug for BrokerTradingParamsField
impl Debug for BrokerTradingParamsField
Source§impl Default for BrokerTradingParamsField
impl Default for BrokerTradingParamsField
Auto Trait Implementations§
impl Freeze for BrokerTradingParamsField
impl RefUnwindSafe for BrokerTradingParamsField
impl Send for BrokerTradingParamsField
impl Sync for BrokerTradingParamsField
impl Unpin for BrokerTradingParamsField
impl UnwindSafe for BrokerTradingParamsField
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