Class: Quickfix50Sp2::TradeCaptureReportRequest::NoDates

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

Instance Method Summary collapse

Constructor Details

#initializeNoDates

Returns a new instance of NoDates.



9084
9085
9086
9087
9088
9089
9090
9091
# File 'lib/quickfix50sp2.rb', line 9084

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