Class: Quickfix::LegReturnRateValuationStartDateRelativeTo

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

Returns a new instance of LegReturnRateValuationStartDateRelativeTo.



67398
67399
67400
67401
67402
67403
67404
# File 'lib/quickfix_fields.rb', line 67398

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

Class Method Details

.fieldObject



67395
67396
67397
# File 'lib/quickfix_fields.rb', line 67395

def LegReturnRateValuationStartDateRelativeTo.field
  return 42515
end