Class: Quickfix50Sp2::QuoteRequest::NoRelatedSym::NoRateSources

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

Instance Method Summary collapse

Constructor Details

#initializeNoRateSources

Returns a new instance of NoRateSources.



3328
3329
3330
3331
3332
3333
3334
3335
# File 'lib/quickfix50sp2.rb', line 3328

def initialize
  order = Quickfix::IntArray.new(4)
  order[0] = 1446
  order[1] = 1447
  order[2] = 1448
  order[3] = 0
  super(1445, 1446, order)
end