Class: Quickfix41::AllocationInstructionAck
- Defined in:
- lib/quickfix41.rb
Instance Method Summary collapse
-
#initialize ⇒ AllocationInstructionAck
constructor
A new instance of AllocationInstructionAck.
Constructor Details
#initialize ⇒ AllocationInstructionAck
Returns a new instance of AllocationInstructionAck.
318 319 320 321 |
# File 'lib/quickfix41.rb', line 318 def initialize super getHeader().setField( Quickfix::MsgType.new("P") ) end |