Class: Quickfix50Sp2::MarketDataSnapshotFullRefresh::NoLegs::NoLegMarketDisruptionFallbackReferencePrices

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

#initializeNoLegMarketDisruptionFallbackReferencePrices

Returns a new instance of NoLegMarketDisruptionFallbackReferencePrices.



77661
77662
77663
77664
77665
77666
77667
77668
77669
77670
77671
77672
77673
77674
# File 'lib/quickfix50sp2.rb', line 77661

def initialize
	order = Quickfix::IntArray.new(10)
	order[0] = 41472
	order[1] = 41473
	order[2] = 41474
	order[3] = 41475
	order[4] = 41476
	order[5] = 41477
	order[6] = 41478
	order[7] = 41479
	order[8] = 41480
	order[9] = 0
	super(41471, 41472, order)
end