Class: Quickfix::OptionExerciseDate

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ OptionExerciseDate

Returns a new instance of OptionExerciseDate.



44037
44038
44039
44040
44041
44042
44043
# File 'lib/quickfix_fields.rb', line 44037

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