#[repr(C)]pub struct InputOptionSelfCloseActionField {Show 16 fields
pub is_null: bool,
pub BrokerID: String,
pub InvestorID: String,
pub OptionSelfCloseActionRef: i32,
pub OptionSelfCloseRef: String,
pub RequestID: i32,
pub FrontID: i32,
pub SessionID: i32,
pub ExchangeID: String,
pub OptionSelfCloseSysID: String,
pub ActionFlag: u8,
pub UserID: String,
pub InvestUnitID: String,
pub MacAddress: String,
pub InstrumentID: String,
pub IPAddress: String,
}Expand description
输入期权自对冲操作
Fields§
§is_null: boolC++ 端传入的整体 Field 是否为 nullptr
BrokerID: String经纪公司代码
InvestorID: String投资者代码
OptionSelfCloseActionRef: i32期权自对冲操作引用
OptionSelfCloseRef: String期权自对冲引用
RequestID: i32请求编号
FrontID: i32前置编号
SessionID: i32会话编号
ExchangeID: String交易所代码
OptionSelfCloseSysID: String期权自对冲操作编号
ActionFlag: u8操作标志
UserID: String用户代码
InvestUnitID: String投资单元代码
MacAddress: StringMac地址
InstrumentID: String合约代码
IPAddress: StringIP地址
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InputOptionSelfCloseActionField
impl RefUnwindSafe for InputOptionSelfCloseActionField
impl Send for InputOptionSelfCloseActionField
impl Sync for InputOptionSelfCloseActionField
impl Unpin for InputOptionSelfCloseActionField
impl UnsafeUnpin for InputOptionSelfCloseActionField
impl UnwindSafe for InputOptionSelfCloseActionField
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