pub struct TradeDeal {Show 18 fields
pub ticket: i64,
pub order: i64,
pub time: i64,
pub time_msc: i64,
pub type: i32,
pub entry: i32,
pub magic: i64,
pub position_id: i64,
pub reason: i32,
pub volume: f64,
pub price: f64,
pub commission: f64,
pub swap: f64,
pub profit: f64,
pub fee: f64,
pub symbol: String,
pub comment: String,
pub external_id: String,
}Fields§
§ticket: i64§order: i64§time: i64§time_msc: i64§type: i32§entry: i32§magic: i64§position_id: i64§reason: i32§volume: f64§price: f64§commission: f64§swap: f64§profit: f64§fee: f64§symbol: String§comment: String§external_id: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for TradeDeal
impl RefUnwindSafe for TradeDeal
impl Send for TradeDeal
impl Sync for TradeDeal
impl Unpin for TradeDeal
impl UnsafeUnpin for TradeDeal
impl UnwindSafe for TradeDeal
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