#[repr(C)]pub struct ExchangeCombActionField {Show 21 fields
pub is_null: bool,
pub Direction: u8,
pub Volume: i32,
pub CombDirection: u8,
pub HedgeFlag: u8,
pub ActionLocalID: String,
pub ExchangeID: String,
pub ParticipantID: String,
pub ClientID: String,
pub TraderID: String,
pub InstallID: i32,
pub ActionStatus: u8,
pub NotifySequence: i32,
pub TradingDay: String,
pub SettlementID: i32,
pub SequenceNo: i32,
pub MacAddress: String,
pub ComTradeID: String,
pub BranchID: String,
pub ExchangeInstID: String,
pub IPAddress: String,
}
Fields§
§is_null: bool
§Direction: u8
§Volume: i32
§CombDirection: u8
§HedgeFlag: u8
§ActionLocalID: String
§ExchangeID: String
§ParticipantID: String
§ClientID: String
§TraderID: String
§InstallID: i32
§ActionStatus: u8
§NotifySequence: i32
§TradingDay: String
§SettlementID: i32
§SequenceNo: i32
§MacAddress: String
§ComTradeID: String
§BranchID: String
§ExchangeInstID: String
§IPAddress: String
Trait Implementations§
Source§impl Clone for ExchangeCombActionField
impl Clone for ExchangeCombActionField
Source§impl Debug for ExchangeCombActionField
impl Debug for ExchangeCombActionField
Source§impl Default for ExchangeCombActionField
impl Default for ExchangeCombActionField
Source§impl ExternType for ExchangeCombActionField
impl ExternType for ExchangeCombActionField
Auto Trait Implementations§
impl Freeze for ExchangeCombActionField
impl RefUnwindSafe for ExchangeCombActionField
impl Send for ExchangeCombActionField
impl Sync for ExchangeCombActionField
impl Unpin for ExchangeCombActionField
impl UnwindSafe for ExchangeCombActionField
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