Class: Quickfix::UnderlyingReturnRateValuationTime

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingReturnRateValuationTime

Returns a new instance of UnderlyingReturnRateValuationTime.



74665
74666
74667
74668
74669
74670
74671
# File 'lib/quickfix_fields.rb', line 74665

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