Skip to content

simple book of records system for commodity futures trades.

Notifications You must be signed in to change notification settings

philsong/fss_tradebook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trade Book

Trade Book is a simple book of records system for commodity futures trades.

Dependencies

  • PostgreSQL - Database System
    Install from a package manager in UNIX-like operating systems or from the official download page
  • libpqxx - Database client library for C++
    Available in package manager or here
  • Qt 4 or higher version
  • Doxygen
    For documentation generation. Available in package manager or here

Building

The application is built by running these commands from the root directory of this project:

qmake
make

Running

The application is run with this command:

./tradebook

About

simple book of records system for commodity futures trades.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 92.6%
  • Python 5.8%
  • Other 1.6%