#[repr(C)]pub struct TraderField {
pub is_null: bool,
pub ExchangeID: String,
pub TraderID: String,
pub ParticipantID: String,
pub Password: String,
pub InstallCount: i32,
pub BrokerID: String,
pub OrderCancelAlg: u8,
pub TradeInstallCount: i32,
pub MDInstallCount: i32,
}
Fields§
§is_null: bool
§ExchangeID: String
§TraderID: String
§ParticipantID: String
§Password: String
§InstallCount: i32
§BrokerID: String
§OrderCancelAlg: u8
§TradeInstallCount: i32
§MDInstallCount: i32
Trait Implementations§
Source§impl Clone for TraderField
impl Clone for TraderField
Source§impl Debug for TraderField
impl Debug for TraderField
Source§impl Default for TraderField
impl Default for TraderField
Source§impl ExternType for TraderField
impl ExternType for TraderField
Auto Trait Implementations§
impl Freeze for TraderField
impl RefUnwindSafe for TraderField
impl Send for TraderField
impl Sync for TraderField
impl Unpin for TraderField
impl UnwindSafe for TraderField
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