Class: Quickfix50Sp2::MarketDataSnapshotFullRefresh::NoUnderlyings::NoUnderlyingMarketDisruptionFallbackReferencePrices

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

#initializeNoUnderlyingMarketDisruptionFallbackReferencePrices

Returns a new instance of NoUnderlyingMarketDisruptionFallbackReferencePrices.



75895
75896
75897
75898
75899
75900
75901
75902
75903
75904
75905
75906
75907
75908
# File 'lib/quickfix50sp2.rb', line 75895

def initialize
  order = Quickfix::IntArray.new(10)
  order[0] = 41869
  order[1] = 41870
  order[2] = 41871
  order[3] = 41872
  order[4] = 41873
  order[5] = 41874
  order[6] = 41875
  order[7] = 41876
  order[8] = 41877
  order[9] = 0
  super(41868, 41869, order)
end