Class: Quickfix50Sp2::SecurityStatusRequest::NoStreams::NoReturnRates::NoReturnRateDates::NoReturnRateValuationDates

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

#initializeNoReturnRateValuationDates

Returns a new instance of NoReturnRateValuationDates.



112351
112352
112353
112354
112355
112356
112357
# File 'lib/quickfix50sp2.rb', line 112351

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 42773
  order[1] = 42774
  order[2] = 0
  super(42772, 42773, order)
end