Class: Quickfix::UnderlyingPaymentStreamNegativeRateTreatment

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

Returns a new instance of UnderlyingPaymentStreamNegativeRateTreatment.



35587
35588
35589
35590
35591
35592
35593
# File 'lib/quickfix_fields.rb', line 35587

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

Class Method Details

.fieldObject



35584
35585
35586
# File 'lib/quickfix_fields.rb', line 35584

def UnderlyingPaymentStreamNegativeRateTreatment.field
  return 40638
end