Class: Quickfix::OptionExerciseEarliestTime

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ OptionExerciseEarliestTime

Returns a new instance of OptionExerciseEarliestTime.



43985
43986
43987
43988
43989
43990
43991
# File 'lib/quickfix_fields.rb', line 43985

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