Class: Quickfix50Sp2::CrossRequestAck::NoProvisions::NoProvisionOptionRelevantUnderlyingDateBusinessCenters

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

#initializeNoProvisionOptionRelevantUnderlyingDateBusinessCenters

Returns a new instance of NoProvisionOptionRelevantUnderlyingDateBusinessCenters.



405690
405691
405692
405693
405694
405695
# File 'lib/quickfix50sp2.rb', line 405690

def initialize
	order = Quickfix::IntArray.new(2)
	order[0] = 40157
	order[1] = 0
	super(40956, 40157, order)
end