Class: Quickfix44::AllocationInstruction::NoAllocs::NoMiscFees

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

Instance Method Summary collapse

Constructor Details

#initializeNoMiscFees

Returns a new instance of NoMiscFees.



1891
1892
1893
1894
1895
1896
1897
1898
1899
# File 'lib/quickfix44.rb', line 1891

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