#[repr(C)]pub struct InputOptionSelfCloseField {Show 18 fields
pub is_null: bool,
pub BrokerID: String,
pub InvestorID: String,
pub OptionSelfCloseRef: String,
pub UserID: String,
pub Volume: i32,
pub RequestID: i32,
pub BusinessUnit: String,
pub HedgeFlag: u8,
pub OptSelfCloseFlag: u8,
pub ExchangeID: String,
pub InvestUnitID: String,
pub AccountID: String,
pub CurrencyID: String,
pub ClientID: String,
pub MacAddress: String,
pub InstrumentID: String,
pub IPAddress: String,
}
Fields§
§is_null: bool
§BrokerID: String
§InvestorID: String
§OptionSelfCloseRef: String
§UserID: String
§Volume: i32
§RequestID: i32
§BusinessUnit: String
§HedgeFlag: u8
§OptSelfCloseFlag: u8
§ExchangeID: String
§InvestUnitID: String
§AccountID: String
§CurrencyID: String
§ClientID: String
§MacAddress: String
§InstrumentID: String
§IPAddress: String
Trait Implementations§
Source§impl Clone for InputOptionSelfCloseField
impl Clone for InputOptionSelfCloseField
Source§impl Debug for InputOptionSelfCloseField
impl Debug for InputOptionSelfCloseField
Source§impl Default for InputOptionSelfCloseField
impl Default for InputOptionSelfCloseField
Auto Trait Implementations§
impl Freeze for InputOptionSelfCloseField
impl RefUnwindSafe for InputOptionSelfCloseField
impl Send for InputOptionSelfCloseField
impl Sync for InputOptionSelfCloseField
impl Unpin for InputOptionSelfCloseField
impl UnwindSafe for InputOptionSelfCloseField
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