const ORDER_TYPES = { MARKET: 'market', LIMIT: 'limit', } module.exports = { ORDER_TYPES }