Class: Quickfix::UnderlyingPaymentStreamRate

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamRate

Returns a new instance of UnderlyingPaymentStreamRate.



35288
35289
35290
35291
35292
35293
35294
# File 'lib/quickfix_fields.rb', line 35288

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

Class Method Details

.fieldObject



35285
35286
35287
# File 'lib/quickfix_fields.rb', line 35285

def UnderlyingPaymentStreamRate.field
  return 40615
end