org.openorb.trader

Class Server

public class Server extends ServerBase

The TradingService Server.

Author: Michael Rumpf

Method Summary
voidhandleArguments(CommandLine cmdline, Parameters params)
This callback method is called from ServerBase.
static voidmain(String[] args)
Main method to start the tarding service.

Method Detail

handleArguments

public void handleArguments(CommandLine cmdline, Parameters params)
This callback method is called from ServerBase.

Parameters: cmdline The parsed command line. params The Parameters object.

main

public static void main(String[] args)
Main method to start the tarding service.

Parameters: args The process' command line arguments.