Class: Quickfix43::TradeCaptureReportRequest::NoDates

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

Instance Method Summary collapse

Constructor Details

#initializeNoDates

Returns a new instance of NoDates.



3155
3156
3157
3158
3159
3160
3161
# File 'lib/quickfix43.rb', line 3155

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