forinvest-cli
Preparing search index...
<internal>
IMontelRepo
Interface IMontelRepo
interface
IMontelRepo
{
getDayAheadPTFData
(
period
:
MontelChartPeriod
,
)
:
Promise
<
MontelDayAheadPTFResponse
>
;
getPTFData
(
period
:
MontelChartPeriod
,
customDateRange
?:
CustomDateRange
,
)
:
Promise
<
MontelPTFResponse
>
;
getSMPData
(
period
:
MontelChartPeriod
,
customDateRange
?:
CustomDateRange
,
)
:
Promise
<
MontelSMPResponse
>
;
}
Index
Methods
get
Day
Ahead
PTF
Data
get
PTF
Data
get
SMP
Data
Methods
get
Day
Ahead
PTF
Data
getDayAheadPTFData
(
period
:
MontelChartPeriod
,
)
:
Promise
<
MontelDayAheadPTFResponse
>
Parameters
period
:
MontelChartPeriod
Returns
Promise
<
MontelDayAheadPTFResponse
>
get
PTF
Data
getPTFData
(
period
:
MontelChartPeriod
,
customDateRange
?:
CustomDateRange
,
)
:
Promise
<
MontelPTFResponse
>
Parameters
period
:
MontelChartPeriod
Optional
customDateRange
:
CustomDateRange
Returns
Promise
<
MontelPTFResponse
>
get
SMP
Data
getSMPData
(
period
:
MontelChartPeriod
,
customDateRange
?:
CustomDateRange
,
)
:
Promise
<
MontelSMPResponse
>
Parameters
period
:
MontelChartPeriod
Optional
customDateRange
:
CustomDateRange
Returns
Promise
<
MontelSMPResponse
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
get
Day
Ahead
PTF
Data
get
PTF
Data
get
SMP
Data
forinvest-cli
Loading...