#[repr(C)]pub struct ExchangeTradeField {Show 23 fields
pub is_null: bool,
pub ExchangeID: String,
pub TradeID: String,
pub Direction: u8,
pub OrderSysID: String,
pub ParticipantID: String,
pub ClientID: String,
pub TradingRole: u8,
pub OffsetFlag: u8,
pub HedgeFlag: u8,
pub Price: f64,
pub Volume: i32,
pub TradeDate: String,
pub TradeTime: String,
pub TradeType: u8,
pub PriceSource: u8,
pub TraderID: String,
pub OrderLocalID: String,
pub ClearingPartID: String,
pub BusinessUnit: String,
pub SequenceNo: i32,
pub TradeSource: u8,
pub ExchangeInstID: String,
}
Fields§
§is_null: bool
§ExchangeID: String
§TradeID: String
§Direction: u8
§OrderSysID: String
§ParticipantID: String
§ClientID: String
§TradingRole: u8
§OffsetFlag: u8
§HedgeFlag: u8
§Price: f64
§Volume: i32
§TradeDate: String
§TradeTime: String
§TradeType: u8
§PriceSource: u8
§TraderID: String
§OrderLocalID: String
§ClearingPartID: String
§BusinessUnit: String
§SequenceNo: i32
§TradeSource: u8
§ExchangeInstID: String
Trait Implementations§
Source§impl Clone for ExchangeTradeField
impl Clone for ExchangeTradeField
Source§impl Debug for ExchangeTradeField
impl Debug for ExchangeTradeField
Source§impl Default for ExchangeTradeField
impl Default for ExchangeTradeField
Source§impl ExternType for ExchangeTradeField
impl ExternType for ExchangeTradeField
Auto Trait Implementations§
impl Freeze for ExchangeTradeField
impl RefUnwindSafe for ExchangeTradeField
impl Send for ExchangeTradeField
impl Sync for ExchangeTradeField
impl Unpin for ExchangeTradeField
impl UnwindSafe for ExchangeTradeField
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