UNPKG

bittrex-api-client

Version:

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

9 lines (7 loc) 102 B
/** * Represents the type of an order fill. */ export enum FillType { FILL, PARTIAL_FILL }