Class: Quickfix50Sp2::TradeCaptureReportRequest::NoDates

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoDates

Returns a new instance of NoDates.



188867
188868
188869
188870
188871
188872
188873
188874
# File 'lib/quickfix50sp2.rb', line 188867

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