Class: Quickfix44::CollateralRequest::NoMiscFees

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix44.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.



12670
12671
12672
12673
12674
12675
12676
12677
12678
# File 'lib/quickfix44.rb', line 12670

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