Class: Quickfix50Sp2::TradeCaptureReportAck::NoTradeQtys

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

#initializeNoTradeQtys

Returns a new instance of NoTradeQtys.



262034
262035
262036
262037
262038
262039
262040
# File 'lib/quickfix50sp2.rb', line 262034

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 1842
	order[1] = 1843
	order[2] = 0
	super(1841, 1842, order)
end