Class: Quickfix::OptionExerciseStartDateUnadjusted

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ OptionExerciseStartDateUnadjusted

Returns a new instance of OptionExerciseStartDateUnadjusted.



43855
43856
43857
43858
43859
43860
43861
# File 'lib/quickfix_fields.rb', line 43855

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