Method: Quickfix44::AllocationInstruction#initialize
- Defined in:
- lib/quickfix44.rb
#initialize ⇒ AllocationInstruction
Returns a new instance of AllocationInstruction.
2105 2106 2107 2108 |
# File 'lib/quickfix44.rb', line 2105 def initialize super getHeader().setField( Quickfix::MsgType.new("J") ) end |