@RestController public class SenderController extends Object
| Constructor and Description |
|---|
SenderController(io.allune.quickfixj.spring.boot.starter.template.QuickFixJTemplate serverQuickFixJTemplate,
quickfix.Acceptor serverAcceptor) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<?> |
executionReport() |
org.springframework.http.ResponseEntity<?> |
getPath1() |
org.springframework.http.ResponseEntity<?> |
getPath2() |
void |
sendMessage(String fixVersion,
String messageType) |
public SenderController(io.allune.quickfixj.spring.boot.starter.template.QuickFixJTemplate serverQuickFixJTemplate,
quickfix.Acceptor serverAcceptor)
@RequestMapping(value="/send-message")
@ResponseStatus(value=OK)
public void sendMessage(@RequestParam
String fixVersion,
@RequestParam
String messageType)
@GetMapping(path="/path1")
public org.springframework.http.ResponseEntity<?> getPath1()
throws quickfix.SessionNotFound
quickfix.SessionNotFound@GetMapping(path="/path2")
public org.springframework.http.ResponseEntity<?> getPath2()
throws quickfix.SessionNotFound
quickfix.SessionNotFound@GetMapping(path="/execution-report")
public org.springframework.http.ResponseEntity<?> executionReport()
throws quickfix.SessionNotFound
quickfix.SessionNotFoundCopyright © 2021. All rights reserved.