Class: Quickfix::NoReturnRateDates

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ NoReturnRateDates



69894
69895
69896
69897
69898
69899
69900
# File 'lib/quickfix_fields.rb', line 69894

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

Class Method Details

.fieldObject



69891
69892
69893
# File 'lib/quickfix_fields.rb', line 69891

def NoReturnRateDates.field
  return 42709
end