Class: Quickfix50Sp2::Advertisement::NoStreams::NoReturnRates::NoReturnRateDates::NoReturnRateValuationDateBusinessCenters

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

#initializeNoReturnRateValuationDateBusinessCenters

Returns a new instance of NoReturnRateValuationDateBusinessCenters.



6147
6148
6149
6150
6151
6152
# File 'lib/quickfix50sp2.rb', line 6147

def initialize
  order = Quickfix::IntArray.new(2)
  order[0] = 42771
  order[1] = 0
  super(42770, 42771, order)
end