Class: Quickfix50Sp1::AllocationInstructionAlert::NoAllocs::NoMiscFees

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

Instance Method Summary collapse

Constructor Details

#initializeNoMiscFees

Returns a new instance of NoMiscFees.



14874
14875
14876
14877
14878
14879
14880
14881
14882
# File 'lib/quickfix50sp1.rb', line 14874

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