penberg / falcon

Falcon, the open source ultra low-latency FIX engine for Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing message types

daybyter opened this issue · comments

Hi!

Thanks for your great work!

Maybe you could add 2 message types?

public static final MessageType OrderCancelRequest = new MessageType("F");
public static final MessageType MarketDataRequest = new MessageType("V");

I created a subclass of the MessageTypes just to add these 2. So I could remove this class.