Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 537 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 537 Bytes

WebTrader

WebTrader is a SmartGWT based front-end that interacts with DistributedATS via FIX. It allows to submit and cancel orders, monitor market data, positions, P&L(VWAP) and execution reports.

Building and Running

Install SmartGWT

mvn com.isomorphic:isc-maven-plugin:install -Dproduct=SMARTGWT -Dlicense=LGPL -DbuildNumber=12.1p

Run

mvn install
mvn gwt:run

Create WAR file

mvn package