struct MarketInfoOut {
trd_market: Option<i32>,
assets: Option<f64>,
}Expand description
v1.4.74 C1 BUG-004 Phase 2: 分市场资产(对齐 futu_trd::types::FundsMarketInfo)
Fields§
§trd_market: Option<i32>交易市场 (TrdMarket: 1=HK / 2=US / 3=CN / 4=HKCC / 5=Futures / 6=SG / 8=AU / 15=JP / 111=MY / 112=CA per Trd_Common.proto, v1.4.93 BUG-001 fix 纠正)
assets: Option<f64>该市场资产总额
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MarketInfoOut
impl RefUnwindSafe for MarketInfoOut
impl Send for MarketInfoOut
impl Sync for MarketInfoOut
impl Unpin for MarketInfoOut
impl UnsafeUnpin for MarketInfoOut
impl UnwindSafe for MarketInfoOut
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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more