Skip to content

v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Jan 23:16
081d3a8

Version 0.3.0

Commits

  • [081d3a8] Merge pull request #27 from SamuelGuillemet/develop
  • [181ca03] 🐛 Fix order status and execution type in ServerApplication.java
  • [a0635b7] ⬆️ Update micronautVersion to 4.2.1
  • [bef9cc4] ⬆ Bump the gradle group with 13 updates
  • [2315bc4] ⬆ Bump the github-actions group with 4 updates
  • [1b09332] 🔖 Bump version to 0.3.0
  • [6da00de] Merge pull request #24 from SamuelGuillemet/feature/quickfix-client
  • [c1622ec] ♻️ Refactor main function and add password argument
  • [6729adf] ♻️ Add order cancel reject handler and refactor application setup
  • [6069b1e] ✨ Add order cancel and replace request wrappers
  • [38e46d8] 🚚 Move Order class to separate file
  • [02b954e] ♻️ Refactor execution report data classes
  • [c724fa5] ✨ Add new enums for execution types and cancellation rejection response types
  • [100a862] ✨ Add latency and order book test runners
  • [2600883] ⚡️ Refactor execution report handler to support additional order types
  • [0d628a0] ✨ Add OrderCancelRejectHandler class for handling order cancel reject messages
  • [32c3409] 🔨 Create latency script to launch clients
  • [4787669] 🩹 Fix correct price in execution report
  • [3401321] ♻️ Remove the use of cfg file
  • [6cb4b71] 📝 Add Quickfix client application documentation with modular architecture
  • [463b7bf] 🔧 Add quickfix-client configuration file
  • [595084e] 📦 Add quickfix client application code
  • [70e5078] ✨ Add QuickFix client application code
  • [2b90374] ✨ Add constant file for QuickFix client
  • [311aa8d] ✨ Add performance_timer_decorator and default_return_value_decorator