Class: Quickfix::LegOptionExerciseEarliestTime

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegOptionExerciseEarliestTime

Returns a new instance of LegOptionExerciseEarliestTime.



49406
49407
49408
49409
49410
49411
49412
# File 'lib/quickfix_fields.rb', line 49406

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