Class: Quickfix43::Allocation::NoAllocs::NoMiscFees

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix43.rb

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initializeNoMiscFees

Returns a new instance of NoMiscFees.



911
912
913
914
915
916
917
918
# File 'lib/quickfix43.rb', line 911

def initialize
	order = Quickfix::IntArray.new(4)
	order[0] = 137
	order[1] = 138
	order[2] = 139
	order[3] = 0
	super(136, 137, order)
end