Class: Quickfix::UnderlyingProvisionOptionRelevantUnderlyingDateOffsetPeriod

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) ⇒ UnderlyingProvisionOptionRelevantUnderlyingDateOffsetPeriod



59715
59716
59717
59718
59719
59720
59721
# File 'lib/quickfix_fields.rb', line 59715

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

Class Method Details

.fieldObject



59712
59713
59714
# File 'lib/quickfix_fields.rb', line 59712

def UnderlyingProvisionOptionRelevantUnderlyingDateOffsetPeriod.field
  return 42145
end