[][src]Struct xtp::XTPQueryAssetRsp

pub struct XTPQueryAssetRsp {
    pub total_asset: f64,
    pub buying_power: f64,
    pub security_asset: f64,
    pub fund_buy_amount: f64,
    pub fund_buy_fee: f64,
    pub fund_sell_amount: f64,
    pub fund_sell_fee: f64,
    pub withholding_amount: f64,
    pub account_type: XTPAccountType,
    pub frozen_margin: f64,
    pub frozen_exec_cash: f64,
    pub frozen_exec_fee: f64,
    pub pay_later: f64,
    pub preadva_pay: f64,
    pub orig_banlance: f64,
    pub banlance: f64,
    pub deposit_withdraw: f64,
    pub trade_netting: f64,
    pub captial_asset: f64,
    pub force_freeze_amount: f64,
    pub preferred_amount: f64,
    pub repay_stock_aval_banlance: f64,
}

Fields

total_asset: f64buying_power: f64security_asset: f64fund_buy_amount: f64fund_buy_fee: f64fund_sell_amount: f64fund_sell_fee: f64withholding_amount: f64account_type: XTPAccountTypefrozen_margin: f64frozen_exec_cash: f64frozen_exec_fee: f64pay_later: f64preadva_pay: f64orig_banlance: f64banlance: f64deposit_withdraw: f64trade_netting: f64captial_asset: f64force_freeze_amount: f64preferred_amount: f64repay_stock_aval_banlance: f64

Trait Implementations

impl Clone for XTPQueryAssetRsp[src]

impl Copy for XTPQueryAssetRsp[src]

impl Debug for XTPQueryAssetRsp[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.