Class: Quickfix50Sp2::PartyRiskLimitCheckRequestAck::NoMarketDisruptionFallbackReferencePrices

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

#initializeNoMarketDisruptionFallbackReferencePrices

Returns a new instance of NoMarketDisruptionFallbackReferencePrices.



376522
376523
376524
376525
376526
376527
376528
376529
376530
376531
376532
376533
376534
376535
# File 'lib/quickfix50sp2.rb', line 376522

def initialize
	order = Quickfix::IntArray.new(10)
	order[0] = 41097
	order[1] = 41098
	order[2] = 41099
	order[3] = 41100
	order[4] = 41101
	order[5] = 41102
	order[6] = 41103
	order[7] = 41104
	order[8] = 41105
	order[9] = 0
	super(41096, 41097, order)
end