Class: Quickfix50Sp2::TradeCaptureReportRequest::NoDates

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

#initializeNoDates

Returns a new instance of NoDates.



14651
14652
14653
14654
14655
14656
14657
14658
# File 'lib/quickfix50sp2.rb', line 14651

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