Class: Quickfix50Sp2::StreamAssignmentRequest::NoAsgnReqs::NoRelatedSym::NoProvisions::NoProvisionOptionExerciseFixedDates

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

#initializeNoProvisionOptionExerciseFixedDates

Returns a new instance of NoProvisionOptionExerciseFixedDates.



349900
349901
349902
349903
349904
349905
349906
# File 'lib/quickfix50sp2.rb', line 349900

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 40143
	order[1] = 40144
	order[2] = 0
	super(40142, 40143, order)
end