java.lang.Object
io.allune.quickfixj.spring.boot.starter.examples.sender.AppServer

@EnableQuickFixJServer @SpringBootApplication public class AppServer extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    quickfix.Application
     
    quickfix.Initiator
    clientInitiator(quickfix.Application clientApplication, quickfix.MessageStoreFactory clientMessageStoreFactory, quickfix.SessionSettings clientSessionSettings, quickfix.LogFactory clientLogFactory, quickfix.MessageFactory clientMessageFactory)
     
    static void
    main(String[] args)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AppServer

      public AppServer()
  • Method Details

    • main

      public static void main(String[] args)
    • clientApplication

      @Bean public quickfix.Application clientApplication()
    • clientInitiator

      @Bean public quickfix.Initiator clientInitiator(quickfix.Application clientApplication, quickfix.MessageStoreFactory clientMessageStoreFactory, quickfix.SessionSettings clientSessionSettings, quickfix.LogFactory clientLogFactory, quickfix.MessageFactory clientMessageFactory) throws quickfix.ConfigError
      Throws:
      quickfix.ConfigError