Struct libctp_sys::CThostFtdcExchangeRateField
source · #[repr(C)]pub struct CThostFtdcExchangeRateField {
pub BrokerID: TThostFtdcBrokerIDType,
pub FromCurrencyID: TThostFtdcCurrencyIDType,
pub FromCurrencyUnit: TThostFtdcCurrencyUnitType,
pub ToCurrencyID: TThostFtdcCurrencyIDType,
pub ExchangeRate: TThostFtdcExchangeRateType,
}Fields§
§BrokerID: TThostFtdcBrokerIDType§FromCurrencyID: TThostFtdcCurrencyIDType§FromCurrencyUnit: TThostFtdcCurrencyUnitType§ToCurrencyID: TThostFtdcCurrencyIDType§ExchangeRate: TThostFtdcExchangeRateTypeTrait Implementations§
source§impl Clone for CThostFtdcExchangeRateField
impl Clone for CThostFtdcExchangeRateField
source§fn clone(&self) -> CThostFtdcExchangeRateField
fn clone(&self) -> CThostFtdcExchangeRateField
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for CThostFtdcExchangeRateField
impl Debug for CThostFtdcExchangeRateField
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