Class: Quickfix::UnderlyingPaymentStubIndexFloorRateSellSide

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

Returns a new instance of UnderlyingPaymentStubIndexFloorRateSellSide.



36744
36745
36746
36747
36748
36749
36750
# File 'lib/quickfix_fields.rb', line 36744

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

Class Method Details

.fieldObject



36741
36742
36743
# File 'lib/quickfix_fields.rb', line 36741

def UnderlyingPaymentStubIndexFloorRateSellSide.field
  return 40727
end