Class: Quickfix50Sp2::ContraryIntentionReport::NoExpiration

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

#initializeNoExpiration



306941
306942
306943
306944
306945
306946
306947
# File 'lib/quickfix50sp2.rb', line 306941

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 982
	order[1] = 983
	order[2] = 0
	super(981, 982, order)
end