Class: Quickfix50Sp1::TradeCaptureReportRequest::NoDates

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initializeNoDates

Returns a new instance of NoDates.



12633
12634
12635
12636
12637
12638
12639
12640
# File 'lib/quickfix50sp1.rb', line 12633

def initialize
	order = Quickfix::IntArray.new(4)
	order[0] = 75
	order[1] = 779
	order[2] = 60
	order[3] = 0
	super(580, 75, order)
end