#[repr(C)]pub struct SyncDeltaRCAMSInvstCombPosField {Show 15 fields
pub is_null: bool,
pub ExchangeID: String,
pub BrokerID: String,
pub InvestorID: String,
pub InstrumentID: String,
pub HedgeFlag: u8,
pub PosiDirection: u8,
pub CombInstrumentID: String,
pub LegID: i32,
pub ExchangeInstID: String,
pub TotalAmt: i32,
pub ExchMargin: f64,
pub Margin: f64,
pub ActionDirection: u8,
pub SyncDeltaSequenceNo: i32,
}Expand description
风险结算追平RCAMS策略组合持仓
Fields§
§is_null: boolC++ 端传入的整体 Field 是否为 nullptr
ExchangeID: String交易所代码
BrokerID: String经纪公司代码
InvestorID: String投资者代码
InstrumentID: String合约代码
HedgeFlag: u8投套标志
PosiDirection: u8持仓多空方向
CombInstrumentID: String组合合约代码
LegID: i32单腿编号
ExchangeInstID: String交易所组合合约代码
TotalAmt: i32持仓量
ExchMargin: f64交易所保证金
Margin: f64投资者保证金
ActionDirection: u8操作标志
SyncDeltaSequenceNo: i32追平序号
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SyncDeltaRCAMSInvstCombPosField
impl RefUnwindSafe for SyncDeltaRCAMSInvstCombPosField
impl Send for SyncDeltaRCAMSInvstCombPosField
impl Sync for SyncDeltaRCAMSInvstCombPosField
impl Unpin for SyncDeltaRCAMSInvstCombPosField
impl UnsafeUnpin for SyncDeltaRCAMSInvstCombPosField
impl UnwindSafe for SyncDeltaRCAMSInvstCombPosField
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