[][src]Crate trade

Utilities for trading on crypto-currencies exchanges. Long term goal is to provide a general enough, unified API for abstracting over various exchanges, hence making it easier to develop cross exchange automated trading strategies.

Modules

api

A unified API for abstracting over various exchanges.

order_book

A module defining a simple data structure representing an order book.

prelude

A prelude for crates using this library. Re-exports the most used types and traits.

tick

A module defining types to work with discrete prices and quantities.

Enums

Side

Side of an order.