Class: Quickfix::UnderlyingPaymentStreamCapRateSellSide

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

Returns a new instance of UnderlyingPaymentStreamCapRateSellSide.



35483
35484
35485
35486
35487
35488
35489
# File 'lib/quickfix_fields.rb', line 35483

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

Class Method Details

.fieldObject



35480
35481
35482
# File 'lib/quickfix_fields.rb', line 35480

def UnderlyingPaymentStreamCapRateSellSide.field
  return 40630
end