[][src]Trait jqdata_blocking::model::Response

pub trait Response {
    type Output;
    fn response(&self, response: Response) -> Result<Self::Output, Error>;
}

Response

defines how to handle response body

Associated Types

type Output

Loading content...

Required methods

fn response(&self, response: Response) -> Result<Self::Output, Error>

Loading content...

Implementors

impl Response for GetAllSecurities[src]

type Output = Vec<Security>

impl Response for GetAllTradeDays[src]

type Output = Vec<String>

impl Response for GetBillboardList[src]

impl Response for GetConceptStocks[src]

type Output = Vec<String>

impl Response for GetConcepts[src]

type Output = Vec<Concept>

impl Response for GetCurrentTick[src]

type Output = Vec<Tick>

impl Response for GetCurrentTicks[src]

type Output = Vec<Tick>

impl Response for GetDominantFuture[src]

type Output = Vec<String>

impl Response for GetExtras[src]

type Output = Vec<Extra>

impl Response for GetFactorValues[src]

impl Response for GetFundInfo[src]

type Output = FundInfo

impl Response for GetFutureContracts[src]

type Output = Vec<String>

impl Response for GetIndexStocks[src]

type Output = Vec<String>

impl Response for GetIndexWeights[src]

impl Response for GetIndustries[src]

impl Response for GetIndustry[src]

type Output = Vec<Industry>

impl Response for GetIndustryStocks[src]

type Output = Vec<String>

impl Response for GetLockedShares[src]

impl Response for GetMargincashStocks[src]

type Output = Vec<String>

impl Response for GetMoneyFlow[src]

type Output = Vec<MoneyFlow>

impl Response for GetMtss[src]

type Output = Vec<Mtss>

impl Response for GetPrice[src]

type Output = Vec<Price>

impl Response for GetPricePeriod[src]

type Output = Vec<Price>

impl Response for GetQueryCount[src]

type Output = i32

impl Response for GetSecurityInfo[src]

type Output = Vec<Security>

impl Response for GetTicks[src]

type Output = Vec<Tick>

impl Response for GetTicksPeriod[src]

type Output = Vec<Tick>

impl Response for GetTradeDays[src]

type Output = Vec<String>

impl Response for RunQuery[src]

type Output = Vec<String>

Loading content...