UNPKG
hft-js
Version:
latest (0.3.0)
0.3.0
0.2.0
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.0
High-Frequency Trading in Node.js
github.com/shixiongfei/hft.js
shixiongfei/hft.js
hft-js
/
lib
/
index.test.d.ts
12 lines
(11 loc)
•
242 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
*
as
hft
from
"./index.js"
;
export
type
Configure
= {
FlowTdPath
:
string
;
FlowMdPath
:
string
;
FrontTdAddrs
:
string
[];
FrontMdAddrs
:
string
[];
UserInfo
: hft.
CTPUserInfo
;
Test
: {
Symbol
:
string
; }; };