UNPKG

hft-js

Version:

High-Frequency Trading in Node.js

12 lines (11 loc) 242 B
import * as hft from "./index.js"; export type Configure = { FlowTdPath: string; FlowMdPath: string; FrontTdAddrs: string[]; FrontMdAddrs: string[]; UserInfo: hft.CTPUserInfo; Test: { Symbol: string; }; };