Class: Quickfix44::TradeCaptureReportRequest::NoDates

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initializeNoDates



8523
8524
8525
8526
8527
8528
8529
# File 'lib/quickfix44.rb', line 8523

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