Class: Quickfix50Sp2::QuoteStatusRequest::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



91157
91158
91159
91160
91161
91162
# File 'lib/quickfix50sp2.rb', line 91157

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