com.ark.fix.core
Class FIXClientEngine

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

public class FIXClientEngine
extends java.lang.Object


Constructor Summary
FIXClientEngine(com.ark.fix.service.Config v_cfg)
           
 
Method Summary
 com.ark.fix.core.FIXSession createSession(com.ark.fix.core.LogonInfo logon)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FIXClientEngine

public FIXClientEngine(com.ark.fix.service.Config v_cfg)
                throws java.lang.Exception
Method Detail

createSession

public com.ark.fix.core.FIXSession createSession(com.ark.fix.core.LogonInfo logon)
                                          throws com.ark.fix.service.ServiceException

main

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