forinvest-cli
Preparing search index...
<internal>
ITickRepo
Interface ITickRepo
interface
ITickRepo
{
at
(
code
:
string
,
at
:
string
,
last
:
number
)
:
Promise
<
TickResponse
[]
>
;
fromTo
(
code
:
string
,
from
:
string
,
to
:
string
)
:
Promise
<
TickResponse
[]
>
;
last
(
code
:
string
,
last
:
number
)
:
Promise
<
TickResponse
[]
>
;
}
Index
Methods
at
from
To
last
Methods
at
at
(
code
:
string
,
at
:
string
,
last
:
number
)
:
Promise
<
TickResponse
[]
>
Parameters
code
:
string
definition code
at
:
string
date in the format yyyyMMddhhmmss
last
:
number
last count
Returns
Promise
<
TickResponse
[]
>
from
To
fromTo
(
code
:
string
,
from
:
string
,
to
:
string
)
:
Promise
<
TickResponse
[]
>
Parameters
code
:
string
definition code
from
:
string
date in the format yyyyMMddhhmmss
to
:
string
date in the format yyyyMMddhhmmss
Returns
Promise
<
TickResponse
[]
>
last
last
(
code
:
string
,
last
:
number
)
:
Promise
<
TickResponse
[]
>
Parameters
code
:
string
definition code
last
:
number
last count
Returns
Promise
<
TickResponse
[]
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
at
from
To
last
forinvest-cli
Loading...
definition code