Class: Quickfix50Sp2::StreamAssignmentRequest::NoAsgnReqs::NoRelatedSym::NoOptionExerciseDates

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

#initializeNoOptionExerciseDates

Returns a new instance of NoOptionExerciseDates.



348927
348928
348929
348930
348931
348932
348933
# File 'lib/quickfix50sp2.rb', line 348927

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 41138
	order[1] = 41139
	order[2] = 0
	super(41137, 41138, order)
end