Class: Quickfix50Sp2::CollateralReport::NoUnderlyings::NoUnderlyingOptionExerciseExpirationDates

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

#initializeNoUnderlyingOptionExerciseExpirationDates



294899
294900
294901
294902
294903
294904
294905
# File 'lib/quickfix50sp2.rb', line 294899

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 41857
	order[1] = 41858
	order[2] = 0
	super(41856, 41857, order)
end