Class: Quickfix50Sp2::TradeCaptureReportAck::NoSides::NoMiscFees

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

Instance Method Summary collapse

Constructor Details

#initializeNoMiscFees

Returns a new instance of NoMiscFees.



12624
12625
12626
12627
12628
12629
12630
12631
12632
# File 'lib/quickfix50sp2.rb', line 12624

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