Class SenderController
java.lang.Object
io.allune.quickfixj.spring.boot.starter.examples.sender.SenderController
-
Constructor Summary
ConstructorsConstructorDescriptionSenderController(io.allune.quickfixj.spring.boot.starter.template.QuickFixJTemplate serverQuickFixJTemplate, quickfix.Acceptor serverAcceptor) -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>org.springframework.http.ResponseEntity<?>getPath1()org.springframework.http.ResponseEntity<?>getPath2()voidsendMessage(String fixVersion, String messageType)
-
Constructor Details
-
SenderController
public SenderController(io.allune.quickfixj.spring.boot.starter.template.QuickFixJTemplate serverQuickFixJTemplate, quickfix.Acceptor serverAcceptor)
-
-
Method Details
-
sendMessage
-
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
-