Class: Quickfix::LegOptionExerciseLastDateUnadjusted

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegOptionExerciseLastDateUnadjusted



49393
49394
49395
49396
49397
49398
49399
# File 'lib/quickfix_fields.rb', line 49393

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