Class: Quickfix40::AllocationInstructionAck
- Defined in:
- lib/quickfix40.rb
Instance Method Summary collapse
-
#initialize ⇒ AllocationInstructionAck
constructor
A new instance of AllocationInstructionAck.
Constructor Details
#initialize ⇒ AllocationInstructionAck
Returns a new instance of AllocationInstructionAck.
248 249 250 251 |
# File 'lib/quickfix40.rb', line 248 def initialize super getHeader().setField( Quickfix::MsgType.new("P") ) end |