#[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,
}Expand description
输入的期权自对冲
Fields§
§is_null: boolC++ 端传入的整体 Field 是否为 nullptr
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: StringMac地址
InstrumentID: String合约代码
IPAddress: StringIP地址
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 UnsafeUnpin 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