agoscinski / FinanceServiceComputing

A trading system based on the FIX protocol allowing trading between companies an brokers by matching orders and requests.
1 stars 1 forks source link

FIX: Add Logon authentification #29

Open agoscinski opened 7 years ago

agoscinski commented 7 years ago

98 EncryptMethod 0 = None / other 108 HeartBtInt 95 RawDataLength 96 RawData and 50 SenderSubID in Message header

The logon function is basically already implemented in quickfix, we need to add an authentification to it by using the fields RawData and RawDataLength like here http://www.quickfixj.org/confluence/display/qfj/Implementing+Custom+Logons

agoscinski commented 7 years ago

issue is optional; changed implementation. Only SenderCompID needs to be checked with database.