UNPKG

hft-js

Version:

High-Frequency Trading in Node.js

9 lines (8 loc) 190 B
import * as hft from "."; export type Configure = { FlowTdPath: string; FlowMdPath: string; FrontTdAddrs: string[]; FrontMdAddrs: string[]; UserInfo: hft.CTPUserInfo; };