Imported from previous forum
- how to implement fix protocol?
fix protocol deals only with two layers to develop.
session and application layer.
session layer consists of
-
connection authentication and initialization(login and validation)
-
message exchange in <tag> = <value> format.
v.important. this is the main work in our fix protocol dev.
2 types of messages
a. adminstrative message – heartbeat(to check if the system is alive),
reject, request, send duplicate etc.
b. application messages such as news, email, single new order, qoutations,
fixed income etc.
- application layer concerned with business related info.
we have to develop fix client and fix server.
fix engine should contain these information
- no. of messages sent
- no. of acknowlwedged messages
- no. of unacknowledged messages.
- no. of messages sent per second.