Class: Quickfix50Sp2::QuoteRequestReject::NoRelatedSym::NoUnderlyings::NoUnderlyingProvisions::NoUnderlyingProvisionOptionRelevantUnderlyingDateBusinessCenters

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

#initialize ⇒ NoUnderlyingProvisionOptionRelevantUnderlyingDateBusinessCenters

Returns a new instance of NoUnderlyingProvisionOptionRelevantUnderlyingDateBusinessCenters.



201764
201765
201766
201767
201768
201769
# File 'lib/quickfix50sp2.rb', line 201764

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