UNPKG

@fraserdarwent/xapi-node

Version:

This project is made possible to get data from Forex market, execute market or limit order with NodeJS/JS through WebSocket connection

10 lines (9 loc) 224 B
export declare class Time { protected unit: [number, number]; protected UTCTimestamp: number; constructor(); getDifference(time: Time): number; get(): Date; elapsedMs(): number; getUTC(): Date; }