Class: Quickfix::UnderlyingReturnRateValuationDateOffsetPeriod

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingReturnRateValuationDateOffsetPeriod

Returns a new instance of UnderlyingReturnRateValuationDateOffsetPeriod.



74080
74081
74082
74083
74084
74085
74086
# File 'lib/quickfix_fields.rb', line 74080

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