Class: Quickfix::NoLegReturnRateDates

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

Returns a new instance of NoLegReturnRateDates.



67307
67308
67309
67310
67311
67312
67313
# File 'lib/quickfix_fields.rb', line 67307

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

Class Method Details

.fieldObject



67304
67305
67306
# File 'lib/quickfix_fields.rb', line 67304

def NoLegReturnRateDates.field
  return 42508
end