Class: Quickfix::UnderlyingReturnRateQuoteTime

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) ⇒ UnderlyingReturnRateQuoteTime

Returns a new instance of UnderlyingReturnRateQuoteTime.



74561
74562
74563
74564
74565
74566
74567
# File 'lib/quickfix_fields.rb', line 74561

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

Class Method Details

.fieldObject



74558
74559
74560
# File 'lib/quickfix_fields.rb', line 74558

def UnderlyingReturnRateQuoteTime.field
  return 43048
end