Class: Quickfix::LegReturnRatePriceBasis

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

Returns a new instance of LegReturnRatePriceBasis.



68048
68049
68050
68051
68052
68053
68054
# File 'lib/quickfix_fields.rb', line 68048

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

Class Method Details

.fieldObject



68045
68046
68047
# File 'lib/quickfix_fields.rb', line 68045

def LegReturnRatePriceBasis.field
  return 42565
end