Class: Quickfix::UnderlyingOptionExerciseLatestTime

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingOptionExerciseLatestTime

Returns a new instance of UnderlyingOptionExerciseLatestTime.



53982
53983
53984
53985
53986
53987
53988
# File 'lib/quickfix_fields.rb', line 53982

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