9899100101102103104105106107108109110
setOpen(msgQty.getValue()); } catch (FieldNotFound ex) {} // TimeInForce try { TimeInForce msgTIF = new TimeInForce(); message.get(msgTIF); this.setTif(msgTIF.getValue()); } catch (FieldNotFound ex) {} // Price try { Price price = new Price();
249250251252253254255256257258259260261