Class: Quickfix::LegReturnRateValuationStartDateOffsetPeriod

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

Returns a new instance of LegReturnRateValuationStartDateOffsetPeriod.



67411
67412
67413
67414
67415
67416
67417
# File 'lib/quickfix_fields.rb', line 67411

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

Class Method Details

.fieldObject



67408
67409
67410
# File 'lib/quickfix_fields.rb', line 67408

def LegReturnRateValuationStartDateOffsetPeriod.field
  return 42516
end