Class: Quickfix50::TradeCaptureReportRequest::NoDates

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

Instance Method Summary collapse

Constructor Details

#initializeNoDates

Returns a new instance of NoDates.



7541
7542
7543
7544
7545
7546
7547
7548
# File 'lib/quickfix50.rb', line 7541

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