Class: Quickfix50Sp2::Confirmation::NoMiscFees

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



17576
17577
17578
17579
17580
17581
17582
17583
17584
# File 'lib/quickfix50sp2.rb', line 17576

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