Class: Quickfix50Sp2::TradeCaptureReport::NoSides::NoLimitAmts

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

#initializeNoLimitAmts

Returns a new instance of NoLimitAmts.



194731
194732
194733
194734
194735
194736
194737
194738
194739
194740
194741
194742
194743
# File 'lib/quickfix50sp2.rb', line 194731

def initialize
	order = Quickfix::IntArray.new(9)
	order[0] = 1631
	order[1] = 1632
	order[2] = 1633
	order[3] = 2394
	order[4] = 2395
	order[5] = 1634
	order[6] = 2935
	order[7] = 2396
	order[8] = 0
	super(1630, 1631, order)
end