Class: Quickfix42::AllocationInstructionAck
- Defined in:
- lib/quickfix42.rb
Instance Method Summary collapse
-
#initialize ⇒ AllocationInstructionAck
constructor
A new instance of AllocationInstructionAck.
Constructor Details
#initialize ⇒ AllocationInstructionAck
Returns a new instance of AllocationInstructionAck.
533 534 535 536 |
# File 'lib/quickfix42.rb', line 533 def initialize super getHeader().setField( Quickfix::MsgType.new("P") ) end |