Class: Quickfix::UnderlyingProvisionOptionExerciseFixedDate

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingProvisionOptionExerciseFixedDate

Returns a new instance of UnderlyingProvisionOptionExerciseFixedDate.



59299
59300
59301
59302
59303
59304
59305
# File 'lib/quickfix_fields.rb', line 59299

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