Class: Quickfix::UnderlyingReturnRateQuoteDate

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingReturnRateQuoteDate

Returns a new instance of UnderlyingReturnRateQuoteDate.



74574
74575
74576
74577
74578
74579
74580
# File 'lib/quickfix_fields.rb', line 74574

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

Class Method Details

.fieldObject



74571
74572
74573
# File 'lib/quickfix_fields.rb', line 74571

def UnderlyingReturnRateQuoteDate.field
  return 43049
end