Reputation: 17107
In the QuickFixJ source code, which class/method is responsible for actually sending a trade order to the exchange?
Upvotes: 1
Views: 116
Reputation: 2883
Have a look in the quickfix.Session class. This method is used to send all messages (not just trades).
Upvotes: 1