#[repr(C)]pub struct CThostFtdcExchangeRateField {
pub BrokerID: TThostFtdcBrokerIDType,
pub FromCurrencyID: TThostFtdcCurrencyIDType,
pub FromCurrencyUnit: TThostFtdcCurrencyUnitType,
pub ToCurrencyID: TThostFtdcCurrencyIDType,
pub ExchangeRate: TThostFtdcExchangeRateType,
}
Expand description
汇率
Fields§
§BrokerID: TThostFtdcBrokerIDType
经纪公司代码
FromCurrencyID: TThostFtdcCurrencyIDType
源币种
FromCurrencyUnit: TThostFtdcCurrencyUnitType
源币种单位数量
ToCurrencyID: TThostFtdcCurrencyIDType
目标币种
ExchangeRate: TThostFtdcExchangeRateType
汇率
Trait Implementations§
Source§impl Clone for CThostFtdcExchangeRateField
impl Clone for CThostFtdcExchangeRateField
Source§impl Debug for CThostFtdcExchangeRateField
impl Debug for CThostFtdcExchangeRateField
Source§impl Default for CThostFtdcExchangeRateField
impl Default for CThostFtdcExchangeRateField
Source§fn default() -> CThostFtdcExchangeRateField
fn default() -> CThostFtdcExchangeRateField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcExchangeRateField
Auto Trait Implementations§
impl Freeze for CThostFtdcExchangeRateField
impl RefUnwindSafe for CThostFtdcExchangeRateField
impl Send for CThostFtdcExchangeRateField
impl Sync for CThostFtdcExchangeRateField
impl Unpin for CThostFtdcExchangeRateField
impl UnwindSafe for CThostFtdcExchangeRateField
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