Class: Quickfix::UnderlyingProvisionOptionExpirationDateRelativeTo

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

Returns a new instance of UnderlyingProvisionOptionExpirationDateRelativeTo.



59585
59586
59587
59588
59589
59590
59591
# File 'lib/quickfix_fields.rb', line 59585

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

Class Method Details

.fieldObject



59582
59583
59584
# File 'lib/quickfix_fields.rb', line 59582

def UnderlyingProvisionOptionExpirationDateRelativeTo.field
  return 42135
end