Class: Quickfix::UnderlyingReturnRatePriceSequence

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

Returns a new instance of UnderlyingReturnRatePriceSequence.



74392
74393
74394
74395
74396
74397
74398
# File 'lib/quickfix_fields.rb', line 74392

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

Class Method Details

.fieldObject



74389
74390
74391
# File 'lib/quickfix_fields.rb', line 74389

def UnderlyingReturnRatePriceSequence.field
  return 43035
end