Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > cea655a7f96fc39af0681d30fa0b6aa4 > files > 25

ocaml-fieldslib-devel-109.20.00-2.mga4.x86_64.rpm

type dir = [ `Buy | `Sell ]

type t = {
  dir : dir;
  quantity : int;
  price : float;
  mutable cancelled : bool;
} with fields