Class: Quickfix::UnderlyingReturnRateValuationStartDateRelativeTo

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingReturnRateValuationStartDateRelativeTo

Returns a new instance of UnderlyingReturnRateValuationStartDateRelativeTo.



74132
74133
74134
74135
74136
74137
74138
# File 'lib/quickfix_fields.rb', line 74132

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