Class: Quickfix::UnderlyingProvisionOptionRelevantUnderlyingDateOffsetUnit

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingProvisionOptionRelevantUnderlyingDateOffsetUnit

Returns a new instance of UnderlyingProvisionOptionRelevantUnderlyingDateOffsetUnit.



59728
59729
59730
59731
59732
59733
59734
# File 'lib/quickfix_fields.rb', line 59728

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

Class Method Details

.fieldObject



59725
59726
59727
# File 'lib/quickfix_fields.rb', line 59725

def UnderlyingProvisionOptionRelevantUnderlyingDateOffsetUnit.field
  return 42146
end