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

@RestController public class SenderController extends Object
  • Constructor Details

    • SenderController

      public SenderController(io.allune.quickfixj.spring.boot.starter.template.QuickFixJTemplate serverQuickFixJTemplate, quickfix.Acceptor serverAcceptor)
  • Method Details

    • sendMessage

      @RequestMapping("/send-message") @ResponseStatus(OK) public void sendMessage(@RequestParam String fixVersion, @RequestParam String messageType)
    • getPath1

      @GetMapping(path="/path1") public org.springframework.http.ResponseEntity<?> getPath1() throws quickfix.SessionNotFound
      Throws:
      quickfix.SessionNotFound
    • getPath2

      @GetMapping(path="/path2") public org.springframework.http.ResponseEntity<?> getPath2() throws quickfix.SessionNotFound
      Throws:
      quickfix.SessionNotFound
    • executionReport

      @GetMapping(path="/execution-report") public org.springframework.http.ResponseEntity<?> executionReport() throws quickfix.SessionNotFound
      Throws:
      quickfix.SessionNotFound