Class: Quickfix::ProvisionOptionRelevantUnderlyingDateRelativeTo

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

Returns a new instance of ProvisionOptionRelevantUnderlyingDateRelativeTo.



29360
29361
29362
29363
29364
29365
29366
# File 'lib/quickfix_fields.rb', line 29360

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

Class Method Details

.fieldObject



29357
29358
29359
# File 'lib/quickfix_fields.rb', line 29357

def ProvisionOptionRelevantUnderlyingDateRelativeTo.field
  return 40158
end