|
From: Nick F. <ni...@ox...> - 2007-06-06 08:43:44
|
Hi all, I'm sure I'm missing something obvious here. QuoteRequest in the javadoc on the website ( http://www.quickfixj.org/quickfixj/javadoc/quickfix/fix43/QuoteRequest.html) doesn't have a method: public void set(quickfix.field.QuoteRequestType value) The method is also missing in the quickfix.jar if you download 1.1.0 from sourceforge. This is true for 4.2, 4.3 and 4.4. In the source code (downloaded with quickfixj-1.1.0) the method does exist. Can anyone explain what is going on? I know I can call setField(), but I was hoping for the typesafe version. Nick |