Class: Quickfix50::TradeCaptureReportRequest::NoDates

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix50.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.



11286
11287
11288
11289
11290
11291
11292
11293
# File 'lib/quickfix50.rb', line 11286

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