Class: Quickfix50Sp2::TradeCaptureReportAck::NoLegs::NoLegPosAmt

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

#initializeNoLegPosAmt

Returns a new instance of NoLegPosAmt.



261914
261915
261916
261917
261918
261919
261920
261921
261922
261923
# File 'lib/quickfix50sp2.rb', line 261914

def initialize
	order = Quickfix::IntArray.new(6)
	order[0] = 1587
	order[1] = 1588
	order[2] = 1589
	order[3] = 2938
	order[4] = 1590
	order[5] = 0
	super(1586, 1587, order)
end