Class: Quickfix44::TradeCaptureReportRequest::NoDates

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

Instance Method Summary collapse

Constructor Details

#initializeNoDates

Returns a new instance of NoDates.



6503
6504
6505
6506
6507
6508
6509
# File 'lib/quickfix44.rb', line 6503

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