Class: Quickfix40::Allocation

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

Defined Under Namespace

Classes: NoAllocs, NoExecs, NoMiscFees, NoOrders

Instance Method Summary collapse

Constructor Details

#initializeAllocation

Returns a new instance of Allocation.



148
149
150
151
# File 'lib/quickfix40.rb', line 148

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