Login Page - Create Account

DTC Protocol Discussion Forum


Date/Time: Fri, 29 Nov 2024 16:29:09 +0000



Post From: Compatibility with FIX names

[2015-09-10 13:43:08]
vbmithr - Posts: 204
Could you please use FIX compatible field names, i.e.

http://www.fixtradingcommunity.org/FIXimate/FIXimate3.0/en/FIX.5.0SP2/tag39.html (for order types)
http://www.onixs.biz/fix-dictionary/4.1/tagNum_151.html (an example, use LeavesQty instead of "RemainingQty").

If you do this, you can always answer questions by "Refer to the FIX spec." instead of writing doc.

I'm asking this because I'm currently binding BitMEX that uses FIX compatible fields names and I find myself spending a long time figuring out how to map FIX names to DTC names.
So it would spare me time if it was the same ;)