falcon icon indicating copy to clipboard operation
falcon copied to clipboard

Missing message types

Open daybyter opened this issue 7 years ago • 0 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.

daybyter avatar Mar 02 '17 23:03 daybyter