Class: Quickfix::UnderlyingProvisionOptionRelevantUnderlyingDateOffsetDayType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingProvisionOptionRelevantUnderlyingDateOffsetDayType

Returns a new instance of UnderlyingProvisionOptionRelevantUnderlyingDateOffsetDayType.



59741
59742
59743
59744
59745
59746
59747
# File 'lib/quickfix_fields.rb', line 59741

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