Class: Quickfix::UnderlyingReturnRatePriceSequence

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

Instance Method Summary collapse

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