Class: Quickfix::OptionExerciseDateType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ OptionExerciseDateType

Returns a new instance of OptionExerciseDateType.



44050
44051
44052
44053
44054
44055
44056
# File 'lib/quickfix_fields.rb', line 44050

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