Class: Quickfix42::Allocation

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

Defined Under Namespace

Classes: NoAllocs, NoExecs, NoOrders

Instance Method Summary collapse

Constructor Details

#initializeAllocation

Returns a new instance of Allocation.



413
414
415
416
# File 'lib/quickfix42.rb', line 413

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