Class: Quickfix::UnderlyingProvisionOptionExerciseFixedDateType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingProvisionOptionExerciseFixedDateType

Returns a new instance of UnderlyingProvisionOptionExerciseFixedDateType.



59312
59313
59314
59315
59316
59317
59318
# File 'lib/quickfix_fields.rb', line 59312

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