Class: Quickfix::UnderlyingOptionExerciseNominationDeadline

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingOptionExerciseNominationDeadline

Returns a new instance of UnderlyingOptionExerciseNominationDeadline.



53930
53931
53932
53933
53934
53935
53936
# File 'lib/quickfix_fields.rb', line 53930

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