Class: Quickfix50Sp2::OrderMassStatusRequest::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

Returns a new instance of NoUnderlyingOptionExerciseExpirationDates.



197147
197148
197149
197150
197151
197152
197153
# File 'lib/quickfix50sp2.rb', line 197147

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