Method: Quickfix50::AllocationReportAck#initialize
- Defined in:
- lib/quickfix50.rb
#initialize ⇒ AllocationReportAck
Returns a new instance of AllocationReportAck.
16144 16145 16146 16147 |
# File 'lib/quickfix50.rb', line 16144 def initialize super getHeader().setField( Quickfix::MsgType.new("AT") ) end |