Class: Quickfix::UnderlyingPaymentStubIndex2RateSpreadPositionType

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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