Class: Quickfix::LegOptionExerciseStartDateRelativeTo

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegOptionExerciseStartDateRelativeTo

Returns a new instance of LegOptionExerciseStartDateRelativeTo.



49289
49290
49291
49292
49293
49294
49295
# File 'lib/quickfix_fields.rb', line 49289

def initialize(data = nil)
	if( data == nil )
		super(41500)
	else
		super(41500, data)
	end
end