#[repr(C)]pub struct ExchangeOptionSelfCloseField {Show 27 fields
pub is_null: bool,
pub Volume: i32,
pub RequestID: i32,
pub BusinessUnit: String,
pub HedgeFlag: u8,
pub OptSelfCloseFlag: u8,
pub OptionSelfCloseLocalID: String,
pub ExchangeID: String,
pub ParticipantID: String,
pub ClientID: String,
pub TraderID: String,
pub InstallID: i32,
pub OrderSubmitStatus: u8,
pub NotifySequence: i32,
pub TradingDay: String,
pub SettlementID: i32,
pub OptionSelfCloseSysID: String,
pub InsertDate: String,
pub InsertTime: String,
pub CancelTime: String,
pub ExecResult: u8,
pub ClearingPartID: String,
pub SequenceNo: i32,
pub BranchID: String,
pub MacAddress: String,
pub ExchangeInstID: String,
pub IPAddress: String,
}Fields§
§is_null: bool§Volume: i32§RequestID: i32§BusinessUnit: String§HedgeFlag: u8§OptSelfCloseFlag: u8§OptionSelfCloseLocalID: String§ExchangeID: String§ParticipantID: String§ClientID: String§TraderID: String§InstallID: i32§OrderSubmitStatus: u8§NotifySequence: i32§TradingDay: String§SettlementID: i32§OptionSelfCloseSysID: String§InsertDate: String§InsertTime: String§CancelTime: String§ExecResult: u8§ClearingPartID: String§SequenceNo: i32§BranchID: String§MacAddress: String§ExchangeInstID: String§IPAddress: StringTrait Implementations§
Source§impl Clone for ExchangeOptionSelfCloseField
impl Clone for ExchangeOptionSelfCloseField
Source§impl Debug for ExchangeOptionSelfCloseField
impl Debug for ExchangeOptionSelfCloseField
Auto Trait Implementations§
impl Freeze for ExchangeOptionSelfCloseField
impl RefUnwindSafe for ExchangeOptionSelfCloseField
impl Send for ExchangeOptionSelfCloseField
impl Sync for ExchangeOptionSelfCloseField
impl Unpin for ExchangeOptionSelfCloseField
impl UnwindSafe for ExchangeOptionSelfCloseField
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