Class: Quickfix50Sp2::QuoteRequest::NoRelatedSym::NoPhysicalSettlTerms

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix50sp2.rb

Defined Under Namespace

Classes: NoPhysicalSettlDeliverableObligations

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initialize ⇒ NoPhysicalSettlTerms

Returns a new instance of NoPhysicalSettlTerms.



59219
59220
59221
59222
59223
59224
59225
59226
59227
59228
# File 'lib/quickfix50sp2.rb', line 59219

def initialize
	order = Quickfix::IntArray.new(6)
	order[0] = 40209
	order[1] = 40205
	order[2] = 40206
	order[3] = 40207
	order[4] = 40208
	order[5] = 0
	super(40204, 40209, order)
end