com.ark.fix.core
Class FIXEngine

java.lang.Object
  |
  +--com.ark.fix.core.FIXEngine

public class FIXEngine
extends java.lang.Object


Constructor Summary
FIXEngine(com.ark.fix.service.Config cfg)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FIXEngine

public FIXEngine(com.ark.fix.service.Config cfg)
          throws java.lang.Exception
Method Detail

start

public void start()
           throws java.lang.Exception

main

public static void main(java.lang.String[] args)