UNPKG

binance-api-client

Version:

A wrapper which can be used to interact with Binance's API. Entirely developed in TypeScript.

9 lines (8 loc) 95 B
/** * Represents a single time in force. */ export enum TimeInForce { GTC, IOC, FOK, }