Class: Quickfix50Sp2::MarketDataSnapshotFullRefresh::NoStreams::NoSettlRateFallbacks

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

#initializeNoSettlRateFallbacks

Returns a new instance of NoSettlRateFallbacks.



74716
74717
74718
74719
74720
74721
74722
74723
74724
74725
# File 'lib/quickfix50sp2.rb', line 74716

def initialize
	order = Quickfix::IntArray.new(6)
	order[0] = 40086
	order[1] = 40373
	order[2] = 40655
	order[3] = 40088
	order[4] = 40089
	order[5] = 0
	super(40085, 40086, order)
end