Victor
Victor

Reputation: 17107

How QuickFixJ submits order to an exchange

In the QuickFixJ source code, which class/method is responsible for actually sending a trade order to the exchange?

Upvotes: 1

Views: 116

Answers (1)

user1717259
user1717259

Reputation: 2883

Have a look in the quickfix.Session class. This method is used to send all messages (not just trades).

Upvotes: 1

Related Questions