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