Class: Quickfix50Sp1::TradeCaptureReportRequest::NoDates

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

Instance Method Summary collapse

Constructor Details

#initializeNoDates

Returns a new instance of NoDates.



8443
8444
8445
8446
8447
8448
8449
8450
# File 'lib/quickfix50sp1.rb', line 8443

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