cryptsy-api-0.2.1: Bindings for Cryptsy cryptocurrency exchange API.

Safe HaskellNone
LanguageHaskell98

Cryptsy.API.Public.Types.Num

Description

Default numeric type for prices, quanities, and total returned from the API.

Synopsis

Documentation

data E8 Source

Custom resolution for Fixed; 1e8.

Instances

newtype CryptsyNum Source

Native number type for the API, newtype for custom FromJSON instance, which only accepts JSON strings.

Constructors

CryptsyNum 

Fields

toFixed :: Fixed E8