Class: Quickfix::UnderlyingProvisionOptionRelevantUnderlyingDateRelativeTo

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

Returns a new instance of UnderlyingProvisionOptionRelevantUnderlyingDateRelativeTo.



59702
59703
59704
59705
59706
59707
59708
# File 'lib/quickfix_fields.rb', line 59702

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

Class Method Details

.fieldObject



59699
59700
59701
# File 'lib/quickfix_fields.rb', line 59699

def UnderlyingProvisionOptionRelevantUnderlyingDateRelativeTo.field
  return 42144
end