forinvest-cli
Preparing search index...
<internal>
IPriceAnalysisRepo
Interface IPriceAnalysisRepo
interface
IPriceAnalysisRepo
{
getPriceAnalysis
(
code
:
string
,
at
:
string
,
)
:
Promise
<
PriceAnalysisResponse
>
;
getPriceAnalysisHourly
(
code
:
string
,
from
:
string
,
to
:
string
,
)
:
Promise
<
PriceAnalysisResponse
>
;
}
Index
Methods
get
Price
Analysis
get
Price
Analysis
Hourly
Methods
get
Price
Analysis
getPriceAnalysis
(
code
:
string
,
at
:
string
)
:
Promise
<
PriceAnalysisResponse
>
Parameters
code
:
string
code (definition legacyCode)
at
:
string
at date (format: yyyyMMdd)
Returns
Promise
<
PriceAnalysisResponse
>
get
Price
Analysis
Hourly
getPriceAnalysisHourly
(
code
:
string
,
from
:
string
,
to
:
string
,
)
:
Promise
<
PriceAnalysisResponse
>
Parameters
code
:
string
code (definition legacyCode)
from
:
string
at date (format: yyyyMMddHHmmss)
to
:
string
at date (format: yyyyMMddHHmmss)
Returns
Promise
<
PriceAnalysisResponse
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
get
Price
Analysis
get
Price
Analysis
Hourly
forinvest-cli
Loading...
code (definition legacyCode)