Class: Quickfix::UnderlyingPaymentStubIndex2RateSpreadPositionType

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

Returns a new instance of UnderlyingPaymentStubIndex2RateSpreadPositionType.



36835
36836
36837
36838
36839
36840
36841
# File 'lib/quickfix_fields.rb', line 36835

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

Class Method Details

.fieldObject



36832
36833
36834
# File 'lib/quickfix_fields.rb', line 36832

def UnderlyingPaymentStubIndex2RateSpreadPositionType.field
  return 40734
end