#[repr(C)]pub struct BrokerTradingAlgosField {
pub is_null: bool,
pub BrokerID: String,
pub ExchangeID: String,
pub HandlePositionAlgoID: u8,
pub FindMarginRateAlgoID: u8,
pub HandleTradingAccountAlgoID: u8,
pub InstrumentID: String,
}Fields§
§is_null: bool§BrokerID: String§ExchangeID: String§HandlePositionAlgoID: u8§FindMarginRateAlgoID: u8§HandleTradingAccountAlgoID: u8§InstrumentID: StringTrait Implementations§
Source§impl Clone for BrokerTradingAlgosField
impl Clone for BrokerTradingAlgosField
Source§impl Debug for BrokerTradingAlgosField
impl Debug for BrokerTradingAlgosField
Source§impl Default for BrokerTradingAlgosField
impl Default for BrokerTradingAlgosField
Source§impl ExternType for BrokerTradingAlgosField
impl ExternType for BrokerTradingAlgosField
Auto Trait Implementations§
impl Freeze for BrokerTradingAlgosField
impl RefUnwindSafe for BrokerTradingAlgosField
impl Send for BrokerTradingAlgosField
impl Sync for BrokerTradingAlgosField
impl Unpin for BrokerTradingAlgosField
impl UnwindSafe for BrokerTradingAlgosField
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