[−][src]Trait jqdata_blocking::model::Response
Response
defines how to handle response body
Response
defines how to handle response body
type Outputimpl Response for GetAllSecurities[src]type Output = Vec<Security>fn response(&self, response: Response) -> Result<Vec<Security>, Error>[src]impl Response for GetAllTradeDays[src]impl Response for GetBillboardList[src]type Output = Vec<BillboardStock>fn response(&self, response: Response) -> Result<Vec<BillboardStock>, Error>[src]impl Response for GetConceptStocks[src]impl Response for GetConcepts[src]type Output = Vec<Concept>fn response(&self, response: Response) -> Result<Vec<Concept>, Error>[src]impl Response for GetCurrentTick[src]impl Response for GetCurrentTicks[src]impl Response for GetDominantFuture[src]impl Response for GetExtras[src]impl Response for GetFactorValues[src]type Output = Vec<FactorValue>fn response(&self, response: Response) -> Result<Vec<FactorValue>, Error>[src]impl Response for GetFundInfo[src]impl Response for GetFutureContracts[src]impl Response for GetIndexStocks[src]impl Response for GetIndexWeights[src]type Output = Vec<IndexWeight>fn response(&self, response: Response) -> Result<Vec<IndexWeight>, Error>[src]impl Response for GetIndustries[src]type Output = Vec<IndustryIndex>fn response(&self, response: Response) -> Result<Vec<IndustryIndex>, Error>[src]impl Response for GetIndustry[src]type Output = Vec<Industry>fn response(&self, response: Response) -> Result<Vec<Industry>, Error>[src]impl Response for GetIndustryStocks[src]impl Response for GetLockedShares[src]type Output = Vec<LockedShare>fn response(&self, response: Response) -> Result<Vec<LockedShare>, Error>[src]impl Response for GetMargincashStocks[src]impl Response for GetMoneyFlow[src]type Output = Vec<MoneyFlow>fn response(&self, response: Response) -> Result<Vec<MoneyFlow>, Error>[src]impl Response for GetMtss[src]impl Response for GetPrice[src]impl Response for GetPricePeriod[src]impl Response for GetQueryCount[src]impl Response for GetSecurityInfo[src]type Output = Vec<Security>fn response(&self, response: Response) -> Result<Vec<Security>, Error>[src]impl Response for GetTicks[src]impl Response for GetTicksPeriod[src]impl Response for GetTradeDays[src]impl Response for RunQuery[src]