[Quickfix-developers] Java Class of ExecInst Field
Brought to you by:
orenmnero
From: Mike P. <mic...@ya...> - 2008-04-08 21:46:53
|
Below is a portion of the ExecInst field class in the Java API. Shouldn't the fields be Strings? or Shouldn't the constructor take a 'char' instead of a String? Mike public static final char NOT_HELD = '1'; public static final char WORK = '2'; public static final char GO_ALONG = '3'; public static final char OVER_THE_DAY = '4'; public static final char HELD = '5'; public ExecInst(String data) { super(18, data); } ____________________________________________________________________________________ You rock. That's why Blockbuster's offering you one month of Blockbuster Total Access, No Cost. http://tc.deals.yahoo.com/tc/blockbuster/text5.com |