Class: Quickfix41::Allocation

Inherits:
Message
  • Object
show all
Defined in:
lib/quickfix41.rb

Defined Under Namespace

Classes: NoAllocs, NoExecs, NoOrders

Instance Method Summary collapse

Constructor Details

#initializeAllocation

Returns a new instance of Allocation.



206
207
208
209
# File 'lib/quickfix41.rb', line 206

def initialize
  super
  getHeader().setField( Quickfix::MsgType.new("J") )
end