Class: Quickfix::UnderlyingPaymentStreamCapRateBuySide

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

Returns a new instance of UnderlyingPaymentStreamCapRateBuySide.



35470
35471
35472
35473
35474
35475
35476
# File 'lib/quickfix_fields.rb', line 35470

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

Class Method Details

.fieldObject



35467
35468
35469
# File 'lib/quickfix_fields.rb', line 35467

def UnderlyingPaymentStreamCapRateBuySide.field
  return 40629
end