Class: Quickfix::LegReturnRateValuationEndDateRelativeTo

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

Returns a new instance of LegReturnRateValuationEndDateRelativeTo.



67476
67477
67478
67479
67480
67481
67482
# File 'lib/quickfix_fields.rb', line 67476

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

Class Method Details

.fieldObject



67473
67474
67475
# File 'lib/quickfix_fields.rb', line 67473

def LegReturnRateValuationEndDateRelativeTo.field
  return 42521
end