Class: Quickfix::LegReturnRateValuationDateRelativeTo

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

Returns a new instance of LegReturnRateValuationDateRelativeTo.



67333
67334
67335
67336
67337
67338
67339
# File 'lib/quickfix_fields.rb', line 67333

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

Class Method Details

.fieldObject



67330
67331
67332
# File 'lib/quickfix_fields.rb', line 67330

def LegReturnRateValuationDateRelativeTo.field
  return 42510
end