Class: Quickfix::UnderlyingReturnRateValuationTimeBusinessCenter

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingReturnRateValuationTimeBusinessCenter



74678
74679
74680
74681
74682
74683
74684
# File 'lib/quickfix_fields.rb', line 74678

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