Class: Quickfix::LegReturnRateValuationTime

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

Returns a new instance of LegReturnRateValuationTime.



67931
67932
67933
67934
67935
67936
67937
# File 'lib/quickfix_fields.rb', line 67931

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

Class Method Details

.fieldObject



67928
67929
67930
# File 'lib/quickfix_fields.rb', line 67928

def LegReturnRateValuationTime.field
  return 42556
end