Class: Quickfix50Sp2::QuoteResponse::NoStreams::NoReturnRates::NoReturnRateInformationSources

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

#initializeNoReturnRateInformationSources



215300
215301
215302
215303
215304
215305
215306
215307
# File 'lib/quickfix50sp2.rb', line 215300

def initialize
  order = Quickfix::IntArray.new(4)
  order[0] = 42762
  order[1] = 42763
  order[2] = 42764
  order[3] = 0
  super(42761, 42762, order)
end