Class: Quickfix50::ContraryIntentionReport::NoExpiration

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoExpiration

Returns a new instance of NoExpiration.



18517
18518
18519
18520
18521
18522
18523
# File 'lib/quickfix50.rb', line 18517

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