Class: Quickfix::UnderlyingPaymentStubIndexCapRateSellSide

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

Returns a new instance of UnderlyingPaymentStubIndexCapRateSellSide.



36705
36706
36707
36708
36709
36710
36711
# File 'lib/quickfix_fields.rb', line 36705

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

Class Method Details

.fieldObject



36702
36703
36704
# File 'lib/quickfix_fields.rb', line 36702

def UnderlyingPaymentStubIndexCapRateSellSide.field
  return 40724
end