UNPKG
fme-fv-fetch
Version:
latest (1.0.1)
1.0.1
1.0.0
This fetches the fair-value numbers from index-arb.com
fme-fv-fetch
/
fv-fetch.d.ts
12 lines
(11 loc)
•
212 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
export
declare
class
FairValues
{
timeStamp
:
Date
;
SPX
:
string
;
NQ
:
string
;
DOW
:
string
;
constructor
(
); }
export
declare
class
FairValue
{
fairValues
:
any
;
fetch
():
void
; }