Class: Quickfix50Sp2::MarketDataSnapshotFullRefresh::NoReferenceDataDates

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

#initializeNoReferenceDataDates

Returns a new instance of NoReferenceDataDates.



75356
75357
75358
75359
75360
75361
75362
# File 'lib/quickfix50sp2.rb', line 75356

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 2747
  order[1] = 2748
  order[2] = 0
  super(2746, 2747, order)
end