#[repr(C)]pub struct CThostFtdcExchangeMarginRateField {
pub BrokerID: TThostFtdcBrokerIDType,
pub InstrumentID: TThostFtdcInstrumentIDType,
pub HedgeFlag: TThostFtdcHedgeFlagType,
pub LongMarginRatioByMoney: TThostFtdcRatioType,
pub LongMarginRatioByVolume: TThostFtdcMoneyType,
pub ShortMarginRatioByMoney: TThostFtdcRatioType,
pub ShortMarginRatioByVolume: TThostFtdcMoneyType,
pub ExchangeID: TThostFtdcExchangeIDType,
}Expand description
交易所保证金率
Fields§
§BrokerID: TThostFtdcBrokerIDType经纪公司代码
InstrumentID: TThostFtdcInstrumentIDType合约代码
HedgeFlag: TThostFtdcHedgeFlagType投机套保标志
LongMarginRatioByMoney: TThostFtdcRatioType多头保证金率
LongMarginRatioByVolume: TThostFtdcMoneyType多头保证金费
ShortMarginRatioByMoney: TThostFtdcRatioType空头保证金率
ShortMarginRatioByVolume: TThostFtdcMoneyType空头保证金费
ExchangeID: TThostFtdcExchangeIDType交易所代码
Trait Implementations§
Source§impl Default for CThostFtdcExchangeMarginRateField
impl Default for CThostFtdcExchangeMarginRateField
Source§fn default() -> CThostFtdcExchangeMarginRateField
fn default() -> CThostFtdcExchangeMarginRateField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcExchangeMarginRateField
Auto Trait Implementations§
impl Freeze for CThostFtdcExchangeMarginRateField
impl RefUnwindSafe for CThostFtdcExchangeMarginRateField
impl Send for CThostFtdcExchangeMarginRateField
impl Sync for CThostFtdcExchangeMarginRateField
impl Unpin for CThostFtdcExchangeMarginRateField
impl UnwindSafe for CThostFtdcExchangeMarginRateField
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