Class: Quickfix::LegProvisionOptionRelevantUnderlyingDateOffsetDayType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegProvisionOptionRelevantUnderlyingDateOffsetDayType

Returns a new instance of LegProvisionOptionRelevantUnderlyingDateOffsetDayType.



33975
33976
33977
33978
33979
33980
33981
# File 'lib/quickfix_fields.rb', line 33975

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