UNPKG
@stoqey/ibkr
Version:
latest (2.7.1)
2.7.1
2.7.0
2.6.0
2.5.8
2.5.5
2.5.4
2.5.3
2.5.2
2.5.1
2.5.0
2.4.3
2.4.2
2.4.1
2.4.0
2.3.0
2.2.15
2.2.14
2.2.13
2.2.12
2.2.11
2.2.10
2.2.9
2.2.8
2.2.7
2.2.6
2.2.5
2.2.4
2.2.3
2.2.1
2.2.0
2.1.1
1.8.3
1.8.2
1.8.1
1.8.0
1.7.1
1.7.0
1.6.11
1.6.10
1.6.9
1.6.8
1.6.7
1.6.6
1.6.5
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.1
1.5.0
1.4.0
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.9
1.1.8
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.9
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
NodeJS Interactive Brokers wrapper & utilities using @stoqey/ib
github.com/stoqey/ibkr
stoqey/ibkr
@stoqey/ibkr
/
dist
/
utils
/
time.utils.d.ts
5 lines
(4 loc)
•
259 B
TypeScript
View Raw
1
2
3
4
5
import
type
{
MarketData
}
from
"../interfaces"
;
export
declare
function
delay
(
t
:
number
,
v
?:
any
):
Promise
<
any
>;
export
declare
const
formatDateStr
:
(
date
:
Date
) =>
string
;
export
declare
const
aggregatedMarketDataToMin
:
(
mkd
:
MarketData
[]
) =>
MarketData
[];