Class: Quickfix::LegProvisionOptionRelevantUnderlyingDateOffsetDayType

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

Class Method Details

.fieldObject



33972
33973
33974
# File 'lib/quickfix_fields.rb', line 33972

def LegProvisionOptionRelevantUnderlyingDateOffsetDayType.field
  return 40514
end