com.activequant.trading
Interface ITradingSystem

All Superinterfaces:
IEventSink

public interface ITradingSystem
extends IEventSink


Method Summary
 void environment(TradingSystemEnvironment env)
          sets the environment.
 void initialize()
           
 void start()
           
 void stop()
           
 
Methods inherited from interface com.activequant.tools.streaming.IEventSink
process
 

Method Detail

environment

void environment(TradingSystemEnvironment env)
sets the environment.

Parameters:
env -

initialize

void initialize()
                throws Exception
Throws:
Exception

start

void start()
           throws Exception
Throws:
Exception

stop

void stop()
          throws Exception
Throws:
Exception


Copyright © 2012 ActiveQuant GmbH. All Rights Reserved.